aboutsummaryrefslogtreecommitdiffstats
path: root/brillo/key_value_store.h
diff options
context:
space:
mode:
authorAlex Vakulenko <avakulenko@google.com>2015-10-27 09:53:05 -0700
committerAlex Vakulenko <avakulenko@google.com>2015-10-27 11:27:05 -0700
commitfed60b0c640828b320f56293c8bebc43fd2b1da8 (patch)
tree572599b7517c31e69aff7db203b6fe375c3428a9 /brillo/key_value_store.h
parent2df11639dd1dcfd9adca54235255d14249fe51fd (diff)
downloadplatform_external_libbrillo-fed60b0c640828b320f56293c8bebc43fd2b1da8.tar.gz
platform_external_libbrillo-fed60b0c640828b320f56293c8bebc43fd2b1da8.tar.bz2
platform_external_libbrillo-fed60b0c640828b320f56293c8bebc43fd2b1da8.zip
Rename "libchromeos" into "libbrillo"
Renamed libchromeos[-.*] libraries into libbrillo-... BUG: 24872993 Change-Id: Ibab1623b6a08a55cae3662e941d0d6644ff14df4
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_