summaryrefslogtreecommitdiffstats
path: root/base/no_windows2000_unittest.h
diff options
context:
space:
mode:
authordeanm@chromium.org <deanm@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-03-17 12:47:14 +0000
committerdeanm@chromium.org <deanm@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-03-17 12:47:14 +0000
commit71a76d032e2f837630981952e497dfb7c9533136 (patch)
treed0b9f08631a002ea9beed0f0345dd416c614b70d /base/no_windows2000_unittest.h
parentf85d541dfff6b40ede739d3c0c3094ba420bafa2 (diff)
downloadchromium_src-71a76d032e2f837630981952e497dfb7c9533136.zip
chromium_src-71a76d032e2f837630981952e497dfb7c9533136.tar.gz
chromium_src-71a76d032e2f837630981952e497dfb7c9533136.tar.bz2
Fix incorrect guards in base/.
This doesn't change _H_ vs _H__, it just fixes guards that didn't properly match the filename. Adds a guard to clipboard_util.h which was previously guardless. Review URL: http://codereview.chromium.org/42278 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@11856 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'base/no_windows2000_unittest.h')
-rw-r--r--base/no_windows2000_unittest.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/base/no_windows2000_unittest.h b/base/no_windows2000_unittest.h
index 47246ab..58709254 100644
--- a/base/no_windows2000_unittest.h
+++ b/base/no_windows2000_unittest.h
@@ -2,8 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef BASE_NO_WINDOWS2000_UNITTEST_H__
-#define BASE_NO_WINDOWS2000_UNITTEST_H__
+#ifndef BASE_NO_WINDOWS2000_UNITTEST_H_
+#define BASE_NO_WINDOWS2000_UNITTEST_H_
#include "testing/gtest/include/gtest/gtest.h"
#include "base/win_util.h"
@@ -18,4 +18,4 @@ class NoWindows2000Test : public Parent {
}
};
-#endif // BASE_NO_WINDOWS2000_UNITTEST_H__op
+#endif // BASE_NO_WINDOWS2000_UNITTEST_H_