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

Unified Diff: content/child/child_thread.h

Issue 882673002: Move tracing namespace from base::debug to base::trace_event. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@move_trace_part1
Patch Set: 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: content/child/child_thread.h
diff --git a/content/child/child_thread.h b/content/child/child_thread.h
index 24cfc61f22cbbaf37a51e700b1764c09dee9240b..1b3dd37f65f6625331949182a76f285240029359 100644
--- a/content/child/child_thread.h
+++ b/content/child/child_thread.h
@@ -21,8 +21,11 @@
namespace base {
class MessageLoop;
-namespace debug {
+namespace trace_event {
class TraceMemoryController;
+} // namespace trace_event
+namespace debug {
Primiano Tucci (use gerrit) 2015/01/27 14:34:11 ditto (remove trailing comment)
+using ::base::trace_event::TraceMemoryController;
} // namespace debug
Primiano Tucci (use gerrit) 2015/01/27 14:34:11 nit: blankline
} // namespace base

Powered by Google App Engine
This is Rietveld 408576698