update_engine: Rename "chromeos" -> "brillo" in include paths and namespaces
libchromeos is transitioning to libbrillo and chromeos namespaces
and include directory is changing to brillo.
Bug: 24872993
Change-Id: I770659a95be380a50fe3b2ba9f91d65818f40945
diff --git a/install_plan.h b/install_plan.h
index 68aa1ae..14e5c5a 100644
--- a/install_plan.h
+++ b/install_plan.h
@@ -21,7 +21,7 @@
#include <vector>
#include <base/macros.h>
-#include <chromeos/secure_blob.h>
+#include <brillo/secure_blob.h>
#include "update_engine/action.h"
#include "update_engine/boot_control_interface.h"
@@ -87,11 +87,11 @@
std::string source_path;
uint64_t source_size{0};
- chromeos::Blob source_hash;
+ brillo::Blob source_hash;
std::string target_path;
uint64_t target_size{0};
- chromeos::Blob target_hash;
+ brillo::Blob target_hash;
// Whether we should run the postinstall script from this partition.
bool run_postinstall{false};