Index: cc/resources/picture_layer_tiling.h |
diff --git a/cc/resources/picture_layer_tiling.h b/cc/resources/picture_layer_tiling.h |
index c9672c913bf49f47d29656642df86b8d2cddefa0..0d7c3d3891c539332b16e4464b56707e440a4fc2 100644 |
--- a/cc/resources/picture_layer_tiling.h |
+++ b/cc/resources/picture_layer_tiling.h |
@@ -24,13 +24,7 @@ namespace base { |
namespace trace_event { |
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 { |
@@ -214,7 +208,7 @@ class CC_EXPORT PictureLayerTiling { |
const Occlusion& occlusion_in_layer_space); |
void GetAllTilesForTracing(std::set<const Tile*>* tiles) const; |
- void AsValueInto(base::debug::TracedValue* array) const; |
+ void AsValueInto(base::trace_event::TracedValue* array) const; |
size_t GPUMemoryUsageInBytes() const; |
struct RectExpansionCache { |