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

Unified Diff: cc/quads/draw_quad.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/quads/draw_quad.h
diff --git a/cc/quads/draw_quad.h b/cc/quads/draw_quad.h
index 61ca35863f44b42f804845780d5d9c22e0256961..13c689b0c8d70363cfe86ddbc7d96cbee90992cb 100644
--- a/cc/quads/draw_quad.h
+++ b/cc/quads/draw_quad.h
@@ -11,9 +11,12 @@
#include "cc/resources/resource_provider.h"
namespace base {
-namespace debug {
+namespace trace_event {
class TracedValue;
}
+namespace debug {
Primiano Tucci (use gerrit) 2015/01/27 14:34:11 Nit: add a blankline here
+using ::base::trace_event::TracedValue;
+}
class Value;
class DictionaryValue;
}

Powered by Google App Engine
This is Rietveld 408576698