summaryrefslogtreecommitdiffstats
path: root/base/values.h
diff options
context:
space:
mode:
Diffstat (limited to 'base/values.h')
-rw-r--r--base/values.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/base/values.h b/base/values.h
index 9442844f..951776a 100644
--- a/base/values.h
+++ b/base/values.h
@@ -18,8 +18,8 @@
// the SetString() method would create the missing elements and attach them
// to root before attaching the homepage value.
-#ifndef CHROME_COMMON_VALUES_H__
-#define CHROME_COMMON_VALUES_H__
+#ifndef BASE_VALUES_H_
+#define BASE_VALUES_H_
#include <iterator>
#include <map>
@@ -356,5 +356,4 @@ class ValueSerializer {
virtual bool Deserialize(Value** root) = 0;
};
-#endif // CHROME_COMMON_VALUES_H__
-
+#endif // BASE_VALUES_H_