aboutsummaryrefslogtreecommitdiffstats
path: root/brillo/key_value_store.h
diff options
context:
space:
mode:
Diffstat (limited to 'brillo/key_value_store.h')
-rw-r--r--brillo/key_value_store.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/brillo/key_value_store.h b/brillo/key_value_store.h
index 0511326..cc5fa40 100644
--- a/brillo/key_value_store.h
+++ b/brillo/key_value_store.h
@@ -6,8 +6,8 @@
// key value store. Each key/value pair is stored on its own line and
// separated by the first '=' on the line.
-#ifndef LIBCHROMEOS_BRILLO_KEY_VALUE_STORE_H_
-#define LIBCHROMEOS_BRILLO_KEY_VALUE_STORE_H_
+#ifndef LIBBRILLO_BRILLO_KEY_VALUE_STORE_H_
+#define LIBBRILLO_BRILLO_KEY_VALUE_STORE_H_
#include <map>
#include <string>
@@ -73,4 +73,4 @@ class BRILLO_EXPORT KeyValueStore {
} // namespace brillo
-#endif // LIBCHROMEOS_BRILLO_KEY_VALUE_STORE_H_
+#endif // LIBBRILLO_BRILLO_KEY_VALUE_STORE_H_