| Index: cc/trees/layer_tree_impl.h
|
| diff --git a/cc/trees/layer_tree_impl.h b/cc/trees/layer_tree_impl.h
|
| index 19bba86dbeaf589cfb4f729966093f46a32bc384..c079d361f13e4bde51072319ebd7d01f389d6a65 100644
|
| --- a/cc/trees/layer_tree_impl.h
|
| +++ b/cc/trees/layer_tree_impl.h
|
| @@ -22,13 +22,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 {
|
|
|
| @@ -120,7 +114,7 @@ class CC_EXPORT LayerTreeImpl {
|
| float device_scale_factor() const;
|
| DebugRectHistory* debug_rect_history() const;
|
| void GetAllTilesForTracing(std::set<const Tile*>* tiles) const;
|
| - void AsValueInto(base::debug::TracedValue* dict) const;
|
| + void AsValueInto(base::trace_event::TracedValue* dict) const;
|
|
|
| // Other public methods
|
| // ---------------------------------------------------------------------------
|
|
|