| Index: cc/output/filter_operation.h
|
| diff --git a/cc/output/filter_operation.h b/cc/output/filter_operation.h
|
| index 157db9983d32b830119589acafb940cc179293fe..44590c233ba35792ef2bbaa7d2ca390b137cccc3 100644
|
| --- a/cc/output/filter_operation.h
|
| +++ b/cc/output/filter_operation.h
|
| @@ -19,14 +19,8 @@ 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;
|
| -}
|
| class Value;
|
| -} // namespace base
|
| +}
|
|
|
| namespace cc {
|
|
|
| @@ -229,7 +223,7 @@ class CC_EXPORT FilterOperation {
|
| const FilterOperation* to,
|
| double progress);
|
|
|
| - void AsValueInto(base::debug::TracedValue* value) const;
|
| + void AsValueInto(base::trace_event::TracedValue* value) const;
|
|
|
| private:
|
| FilterOperation(FilterType type, float amount);
|
|
|