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/fake_prefs.h b/common/fake_prefs.h
index 721cf24..c87c57c 100644
--- a/common/fake_prefs.h
+++ b/common/fake_prefs.h
@@ -23,7 +23,7 @@
#include <string_view>
#include <vector>
-#include <base/macros.h>
+#include <android-base/macros.h>
#include "update_engine/common/prefs_interface.h"