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/payload_generator/raw_filesystem.h b/payload_generator/raw_filesystem.h
index 7852573..0aecd81 100644
--- a/payload_generator/raw_filesystem.h
+++ b/payload_generator/raw_filesystem.h
@@ -41,7 +41,7 @@
// with the name passed during construction.
bool GetFiles(std::vector<File>* files) const override;
- bool LoadSettings(chromeos::KeyValueStore* store) const override {
+ bool LoadSettings(brillo::KeyValueStore* store) const override {
return false;
}