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

Unified Diff: base/trace_event/trace_event_impl.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_argument_unittest.cc ('k') | base/trace_event/trace_event_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/trace_event/trace_event_impl.h
diff --git a/base/debug/trace_event_impl.h b/base/trace_event/trace_event_impl.h
similarity index 99%
copy from base/debug/trace_event_impl.h
copy to base/trace_event/trace_event_impl.h
index 1b1fce34cc209b452da54cad9b68f10696f4b79e..6d04c76b079fc4da28630dcaa76e30c668a695f5 100644
--- a/base/debug/trace_event_impl.h
+++ b/base/trace_event/trace_event_impl.h
@@ -3,8 +3,8 @@
// found in the LICENSE file.
-#ifndef BASE_DEBUG_TRACE_EVENT_IMPL_H_
-#define BASE_DEBUG_TRACE_EVENT_IMPL_H_
+#ifndef BASE_TRACE_EVENT_TRACE_EVENT_IMPL_H_
+#define BASE_TRACE_EVENT_TRACE_EVENT_IMPL_H_
#include <stack>
#include <string>
@@ -810,4 +810,4 @@ class BASE_EXPORT TraceLog {
} // namespace debug
} // namespace base
-#endif // BASE_DEBUG_TRACE_EVENT_IMPL_H_
+#endif // BASE_TRACE_EVENT_TRACE_EVENT_IMPL_H_
« no previous file with comments | « base/trace_event/trace_event_argument_unittest.cc ('k') | base/trace_event/trace_event_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698