Remove libchrome dependency from operations_generator.h
This is to remove the direct dependency on libchrome.
Use android-base/macros.h instead of base/macros.h.
This implicitly replace the macro: DISALLOW_COPY_AND_ASSIGN.
Bug: 360917504
Test: build
Change-Id: Ie295b1a276cda63b2358fab263d2bb1c7c606733
diff --git a/payload_generator/operations_generator.h b/payload_generator/operations_generator.h
index 4d7322b..c25173f 100644
--- a/payload_generator/operations_generator.h
+++ b/payload_generator/operations_generator.h
@@ -19,7 +19,7 @@
#include <vector>
-#include <base/macros.h>
+#include <android-base/macros.h>
#include "update_engine/payload_generator/annotated_operation.h"
#include "update_engine/payload_generator/blob_file_writer.h"