Replace libchrome macros.h with android base ones
Replaces <base/macros.h> with <android-base/macros.h>
This change is very mechanical, no change in program behavior.
Test: build
Bug: 360917504
Change-Id: I770a7dab047672dad9d764985bcc5d8ee3f39544
diff --git a/common/action_pipe.h b/common/action_pipe.h
index 4c56812..f1498b1 100644
--- a/common/action_pipe.h
+++ b/common/action_pipe.h
@@ -24,7 +24,7 @@
#include <string>
#include <base/logging.h>
-#include <base/macros.h>
+#include <android-base/macros.h>
// The structure of these classes (Action, ActionPipe, ActionProcessor, etc.)
// is based on the KSAction* classes from the Google Update Engine code at