summaryrefslogtreecommitdiffstats
path: root/base/trace_event/trace_event_etw_export_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/trace_event/trace_event_etw_export_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/trace_event/trace_event_etw_export_win.h')
-rw-r--r--base/trace_event/trace_event_etw_export_win.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/base/trace_event/trace_event_etw_export_win.h b/base/trace_event/trace_event_etw_export_win.h
index 3d26b33..eefe820 100644
--- a/base/trace_event/trace_event_etw_export_win.h
+++ b/base/trace_event/trace_event_etw_export_win.h
@@ -3,8 +3,8 @@
// found in the LICENSE file.
// This file contains the Windows-specific exporting to ETW.
-#ifndef BASE_TRACE_EVENT_TRACE_ETW_EXPORT_H_
-#define BASE_TRACE_EVENT_TRACE_ETW_EXPORT_H_
+#ifndef BASE_TRACE_EVENT_TRACE_EVENT_ETW_EXPORT_WIN_H_
+#define BASE_TRACE_EVENT_TRACE_EVENT_ETW_EXPORT_WIN_H_
#include "base/base_export.h"
#include "base/trace_event/trace_event_impl.h"
@@ -72,4 +72,4 @@ class BASE_EXPORT TraceEventETWExport {
} // namespace trace_event
} // namespace base
-#endif // BASE_TRACE_EVENT_TRACE_ETW_EXPORT_H_
+#endif // BASE_TRACE_EVENT_TRACE_EVENT_ETW_EXPORT_WIN_H_