Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2617)

Unified Diff: base/no_windows2000_unittest.h

Issue 42278: Fix incorrect guards in base/. (Closed)
Patch Set: Created 11 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « base/clipboard_util.h ('k') | base/pe_image.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/no_windows2000_unittest.h
diff --git a/base/no_windows2000_unittest.h b/base/no_windows2000_unittest.h
index 47246ab1589f54c388e875cc150180dae504ee08..58709254a90adc5fbefa961644785dc5fe0a8b28 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_
« no previous file with comments | « base/clipboard_util.h ('k') | base/pe_image.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698