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/hash_calculator.h b/common/hash_calculator.h
index 36bfcc8..e0a08e3 100644
--- a/common/hash_calculator.h
+++ b/common/hash_calculator.h
@@ -24,7 +24,7 @@
 #include <vector>
 
 #include <base/logging.h>
-#include <base/macros.h>
+#include <android-base/macros.h>
 #include <brillo/secure_blob.h>
 
 // This class provides a simple wrapper around OpenSSL providing a hash of data