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.h b/common/action.h
index d32322c..e9b5bd4 100644
--- a/common/action.h
+++ b/common/action.h
@@ -23,7 +23,7 @@
#include <string>
#include <base/logging.h>
-#include <base/macros.h>
+#include <android-base/macros.h>
#include "update_engine/common/action_pipe.h"
#include "update_engine/common/action_processor.h"