diff options
Diffstat (limited to 'cc/resources/picture_layer_tiling_set.h')
-rw-r--r-- | cc/resources/picture_layer_tiling_set.h | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/cc/resources/picture_layer_tiling_set.h b/cc/resources/picture_layer_tiling_set.h index 3e31ed9..9f6eba9 100644 --- a/cc/resources/picture_layer_tiling_set.h +++ b/cc/resources/picture_layer_tiling_set.h @@ -14,16 +14,10 @@ #include "ui/gfx/geometry/size.h" namespace base { -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 { |