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

Unified Diff: base/trace_event/trace_event_win.h

Issue 837303004: Move base/debug/trace_event* to base/trace_event/ [part 1] (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixing comments Created 5 years, 11 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
Index: base/trace_event/trace_event_win.h
diff --git a/base/debug/trace_event_win.h b/base/trace_event/trace_event_win.h
similarity index 97%
copy from base/debug/trace_event_win.h
copy to base/trace_event/trace_event_win.h
index c85ca9217cff7ba096c6fc59af37322316dff6b3..1218e39b5f926b582c15dbe15e314c39514f7f4b 100644
--- a/base/debug/trace_event_win.h
+++ b/base/trace_event/trace_event_win.h
@@ -3,8 +3,8 @@
// found in the LICENSE file.
// This file contains the Windows-specific declarations for trace_event.h.
-#ifndef BASE_DEBUG_TRACE_EVENT_WIN_H_
-#define BASE_DEBUG_TRACE_EVENT_WIN_H_
+#ifndef BASE_TRACING_TRACE_EVENT_WIN_H_
+#define BASE_TRACING_TRACE_EVENT_WIN_H_
#include <string>
@@ -122,4 +122,4 @@ enum TraceEventETWFlags {
} // namespace debug
} // namespace base
-#endif // BASE_DEBUG_TRACE_EVENT_WIN_H_
+#endif // BASE_TRACING_TRACE_EVENT_WIN_H_

Powered by Google App Engine
This is Rietveld 408576698