| Index: cc/base/region.h
|
| diff --git a/cc/base/region.h b/cc/base/region.h
|
| index b84dbd5006a9a12dde6fb87519dacaea6909f08b..583311e09fe007618f133e5084db6183f5ddd288 100644
|
| --- a/cc/base/region.h
|
| +++ b/cc/base/region.h
|
| @@ -18,13 +18,7 @@ class Value;
|
| 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 {
|
| class SimpleEnclosedRegion;
|
| @@ -69,7 +63,7 @@ class CC_EXPORT Region {
|
|
|
| std::string ToString() const;
|
| scoped_ptr<base::Value> AsValue() const;
|
| - void AsValueInto(base::debug::TracedValue* array) const;
|
| + void AsValueInto(base::trace_event::TracedValue* array) const;
|
|
|
| class CC_EXPORT Iterator {
|
| public:
|
|
|