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

Unified Diff: cc/base/math_util.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/base/math_util.h
diff --git a/cc/base/math_util.h b/cc/base/math_util.h
index d9cc43b552eb1042381569f0ff377a1d3de865d0..627149582bef5c056adb49af75011447e815ff4b 100644
--- a/cc/base/math_util.h
+++ b/cc/base/math_util.h
@@ -21,9 +21,13 @@
namespace base {
class Value;
-namespace debug {
+namespace trace_event {
class TracedValue;
}
+
+namespace debug {
Primiano Tucci (use gerrit) 2015/01/27 14:34:11 Please add a similar TODO also to these ones, to
ssid 2015/01/27 15:56:45 Done.
+using ::base::trace_event::TracedValue;
+}
}
namespace gfx {

Powered by Google App Engine
This is Rietveld 408576698