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

Unified Diff: cc/resources/zero_copy_tile_task_worker_pool.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: cc/resources/zero_copy_tile_task_worker_pool.h
diff --git a/cc/resources/zero_copy_tile_task_worker_pool.h b/cc/resources/zero_copy_tile_task_worker_pool.h
index 8d3c0cfbd10120d69faca2523ac9142fc9c02908..19d596d8b8f14e98649c6d582192ee8d0ac22f68 100644
--- a/cc/resources/zero_copy_tile_task_worker_pool.h
+++ b/cc/resources/zero_copy_tile_task_worker_pool.h
@@ -11,9 +11,12 @@
#include "cc/resources/tile_task_worker_pool.h"
namespace base {
-namespace debug {
+namespace trace_event {
class ConvertableToTraceFormat;
}
+namespace debug {
+using ::base::trace_event::ConvertableToTraceFormat;
Primiano Tucci (use gerrit) 2015/01/27 14:34:11 nit: blankline
+}
}
namespace cc {

Powered by Google App Engine
This is Rietveld 408576698