From 101d5426056e8ad2a0871b5609438e86c6243fa7 Mon Sep 17 00:00:00 2001 From: "darin@chromium.org" Date: Fri, 26 Sep 2008 20:22:42 +0000 Subject: Fix some header guards that are named incorrectly. R=tony Review URL: http://codereview.chromium.org/4306 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@2639 0039d316-1c4b-4281-b951-d872f2087c98 --- base/values.h | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'base/values.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 #include @@ -356,5 +356,4 @@ class ValueSerializer { virtual bool Deserialize(Value** root) = 0; }; -#endif // CHROME_COMMON_VALUES_H__ - +#endif // BASE_VALUES_H_ -- cgit v1.1