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

Unified Diff: base/trace_event/trace_event_win.h

Issue 885443002: Roll Chrome into Mojo. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Rebase to ToT mojo 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
« no previous file with comments | « base/trace_event/trace_event_unittest.cc ('k') | base/trace_event/trace_event_win.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 95%
copy from base/debug/trace_event_win.h
copy to base/trace_event/trace_event_win.h
index c85ca9217cff7ba096c6fc59af37322316dff6b3..e447c35db8b2700f92690822d5516e912a4e4cba 100644
--- a/base/debug/trace_event_win.h
+++ b/base/trace_event/trace_event_win.h
@@ -3,13 +3,13 @@
// 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_TRACE_EVENT_TRACE_EVENT_WIN_H_
+#define BASE_TRACE_EVENT_TRACE_EVENT_WIN_H_
#include <string>
#include "base/base_export.h"
-#include "base/debug/trace_event.h"
+#include "base/trace_event/trace_event.h"
#include "base/win/event_trace_provider.h"
// Fwd.
@@ -122,4 +122,4 @@ enum TraceEventETWFlags {
} // namespace debug
} // namespace base
-#endif // BASE_DEBUG_TRACE_EVENT_WIN_H_
+#endif // BASE_TRACE_EVENT_TRACE_EVENT_WIN_H_
« no previous file with comments | « base/trace_event/trace_event_unittest.cc ('k') | base/trace_event/trace_event_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698