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..6dd91d7decf106978ad5e8b529512aef0c3a34af 100644 |
--- a/cc/resources/picture_layer_tiling_set.h |
+++ b/cc/resources/picture_layer_tiling_set.h |
@@ -14,10 +14,17 @@ |
#include "ui/gfx/geometry/size.h" |
namespace base { |
-namespace debug { |
+namespace trace_event { |
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::TracedValue; |
} |
+} // namespace base |
namespace cc { |