summaryrefslogtreecommitdiff
path: root/payload_generator/filesystem_interface.h
diff options
context:
space:
mode:
authorAlex Vakulenko <avakulenko@google.com>2015-10-13 09:27:13 -0700
committerAlex Vakulenko <avakulenko@google.com>2015-10-13 09:44:07 -0700
commit3f39d5cc753905874d8d93bef94f857b8808f19e (patch)
tree09c75380469065d508a1a59e27e4a4dd5b28763d /payload_generator/filesystem_interface.h
parent25fbdf83064c78dfb4d9143be25f080ee2c56730 (diff)
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
Diffstat (limited to 'payload_generator/filesystem_interface.h')
-rw-r--r--payload_generator/filesystem_interface.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/payload_generator/filesystem_interface.h b/payload_generator/filesystem_interface.h
index 56d43ee7..866c46bb 100644
--- a/payload_generator/filesystem_interface.h
+++ b/payload_generator/filesystem_interface.h
@@ -32,7 +32,7 @@
#include <vector>
#include <base/macros.h>
-#include <chromeos/key_value_store.h>
+#include <brillo/key_value_store.h>
#include "update_engine/update_metadata.pb.h"
@@ -81,7 +81,7 @@ class FilesystemInterface {
// Load the image settings stored in the filesystem in the
// /etc/update_engine.conf file. Returns whether the settings were found.
- virtual bool LoadSettings(chromeos::KeyValueStore* store) const = 0;
+ virtual bool LoadSettings(brillo::KeyValueStore* store) const = 0;
protected:
FilesystemInterface() = default;