| Index: cc/resources/picture_layer_tiling_set.h
|
| diff --git a/cc/resources/picture_layer_tiling_set.h b/cc/resources/picture_layer_tiling_set.h
|
| index 9f6eba94b32c291a6c16ceef3618ebd2672d190d..3e31ed9bcfc055f72f4dc70d672631214040ea7a 100644
|
| --- a/cc/resources/picture_layer_tiling_set.h
|
| +++ b/cc/resources/picture_layer_tiling_set.h
|
| @@ -14,10 +14,16 @@
|
| #include "ui/gfx/geometry/size.h"
|
|
|
| namespace base {
|
| -namespace debug {
|
| +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 {
|
|
|
|
|