| Index: cc/resources/tile_manager.h
|
| diff --git a/cc/resources/tile_manager.h b/cc/resources/tile_manager.h
|
| index f945f7c0088617a1f0a46cc74df457cbd2d15707..605e78383f547856d3243ec1e4a8cabbdd94ab0a 100644
|
| --- a/cc/resources/tile_manager.h
|
| +++ b/cc/resources/tile_manager.h
|
| @@ -26,11 +26,16 @@
|
| #include "cc/resources/tile_task_runner.h"
|
|
|
| namespace base {
|
| -namespace debug {
|
| +namespace trace_event {
|
| class ConvertableToTraceFormat;
|
| class TracedValue;
|
| }
|
| +
|
| +namespace debug {
|
| +using ::base::trace_event::TracedValue;
|
| +using ::base::trace_event::ConvertableToTraceFormat;
|
| }
|
| +} // namespace base
|
|
|
| namespace cc {
|
| class PictureLayerImpl;
|
|
|