Index: cc/resources/pixel_buffer_tile_task_worker_pool.h |
diff --git a/cc/resources/pixel_buffer_tile_task_worker_pool.h b/cc/resources/pixel_buffer_tile_task_worker_pool.h |
index 8ee4b9cae012f8c1f63df00eed036bb314b94be1..03bece3440f4350133be5318fb537d3264121434 100644 |
--- a/cc/resources/pixel_buffer_tile_task_worker_pool.h |
+++ b/cc/resources/pixel_buffer_tile_task_worker_pool.h |
@@ -16,11 +16,19 @@ |
#include "cc/resources/tile_task_worker_pool.h" |
namespace base { |
-namespace debug { |
+namespace trace_event { |
class ConvertableToTraceFormat; |
class TracedValue; |
} |
+ |
+// This is added temporarily. Once the renaming of namespace usages |
+// accross all folders are done, this will be removed. |
+// TODO(ssid): crrev.com/837303004 |
+namespace debug { |
+using ::base::trace_event::ConvertableToTraceFormat; |
+using ::base::trace_event::TracedValue; |
} |
+} // namespace base |
namespace cc { |
class ResourceProvider; |