summaryrefslogtreecommitdiffstats
path: root/base/base_paths_win.h
diff options
context:
space:
mode:
authortfarina <tfarina@chromium.org>2015-05-13 15:10:15 -0700
committerCommit bot <commit-bot@chromium.org>2015-05-13 22:11:01 +0000
commita311635161697b6fa55af300614beda7339f6bbd (patch)
treea9de56712788c9ad778ceb961729a1a09b7aa9c8 /base/base_paths_win.h
parent9d7af519a13a1a5f169a039efc4d39c2737d71fe (diff)
downloadchromium_src-a311635161697b6fa55af300614beda7339f6bbd.zip
chromium_src-a311635161697b6fa55af300614beda7339f6bbd.tar.gz
chromium_src-a311635161697b6fa55af300614beda7339f6bbd.tar.bz2
Cleanup: Fix base header include guards.
The header include guards should match the file path from root. These entries were found using a modified version of Eric's fix-include-guards.py script found attached in https://code.google.com/p/chromium/issues/detail?id=435361#c7. BUG=435361 TEST=base_unittests R=danakj@chromium.org Review URL: https://codereview.chromium.org/1137323003 Cr-Commit-Position: refs/heads/master@{#329731}
Diffstat (limited to 'base/base_paths_win.h')
-rw-r--r--base/base_paths_win.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/base/base_paths_win.h b/base/base_paths_win.h
index 4ab6af1..9ac9e45 100644
--- a/base/base_paths_win.h
+++ b/base/base_paths_win.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_BASE_PATHS_WIN_H__
-#define BASE_BASE_PATHS_WIN_H__
+#ifndef BASE_BASE_PATHS_WIN_H_
+#define BASE_BASE_PATHS_WIN_H_
// This file declares windows-specific path keys for the base module.
// These can be used with the PathService to access various special
@@ -51,4 +51,4 @@ enum {
} // namespace base
-#endif // BASE_BASE_PATHS_WIN_H__
+#endif // BASE_BASE_PATHS_WIN_H_