diff options
Diffstat (limited to 'cc/base')
-rw-r--r-- | cc/base/math_util.h | 9 | ||||
-rw-r--r-- | cc/base/region.h | 8 |
2 files changed, 2 insertions, 15 deletions
diff --git a/cc/base/math_util.h b/cc/base/math_util.h index 72f0399..d9cc43b 100644 --- a/cc/base/math_util.h +++ b/cc/base/math_util.h @@ -21,17 +21,10 @@ namespace base { class Value; -namespace trace_event { +namespace debug { class TracedValue; } - -// TODO(ssid): remove these aliases after the tracing clients are moved to the -// new trace_event namespace. See crbug.com/451032. ETA: March 2015. -namespace debug { -using ::base::trace_event::TracedValue; } -} // namespace base - namespace gfx { class QuadF; diff --git a/cc/base/region.h b/cc/base/region.h index b84dbd5..294ea63 100644 --- a/cc/base/region.h +++ b/cc/base/region.h @@ -15,16 +15,10 @@ namespace base { class Value; -namespace trace_event { +namespace debug { class TracedValue; } - -// TODO(ssid): remove these aliases after the tracing clients are moved to the -// new trace_event namespace. See crbug.com/451032. ETA: March 2015. -namespace debug { -using ::base::trace_event::TracedValue; } -} // namespace base namespace cc { class SimpleEnclosedRegion; |