summaryrefslogtreecommitdiffstats
path: root/base
diff options
context:
space:
mode:
Diffstat (limited to 'base')
-rw-r--r--base/base_switches.h6
-rw-r--r--base/json_reader.h7
-rw-r--r--base/values.h7
3 files changed, 9 insertions, 11 deletions
diff --git a/base/base_switches.h b/base/base_switches.h
index 75d6e24..31879a1 100644
--- a/base/base_switches.h
+++ b/base/base_switches.h
@@ -4,8 +4,8 @@
// Defines all the "base" command-line switches.
-#ifndef BASE_SWITCHES_H__
-#define BASE_SWITCHES_H__
+#ifndef BASE_SWITCHES_H_
+#define BASE_SWITCHES_H_
namespace switches {
@@ -19,5 +19,5 @@ extern const wchar_t kEnableDCHECK[];
} // namespace switches
-#endif // CHROME_COMMON_CHROME_SWITCHES_H__
+#endif // BASE_SWITCHES_H_
diff --git a/base/json_reader.h b/base/json_reader.h
index 5d3c521..5e08bf0 100644
--- a/base/json_reader.h
+++ b/base/json_reader.h
@@ -27,8 +27,8 @@
// double quotes
// TODO(tc): Add an option to disable comment stripping
-#ifndef CHROME_COMMON_JSON_READER_H__
-#define CHROME_COMMON_JSON_READER_H__
+#ifndef BASE_JSON_READER_H_
+#define BASE_JSON_READER_H_
#include <string>
@@ -145,5 +145,4 @@ class JSONReader {
bool allow_trailing_comma_;
};
-#endif // CHROME_COMMON_JSON_READER_H__
-
+#endif // BASE_JSON_READER_H_
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_