| Index: cc/layers/layer_client.h
|
| diff --git a/cc/layers/layer_client.h b/cc/layers/layer_client.h
|
| index 4b98a959dcac4c35fea2aaaf614a0724045c75cd..08b75844016593f1c09a0cd16f97c4526e379b59 100644
|
| --- a/cc/layers/layer_client.h
|
| +++ b/cc/layers/layer_client.h
|
| @@ -11,10 +11,17 @@
|
| #include "cc/base/cc_export.h"
|
|
|
| namespace base {
|
| -namespace debug {
|
| +namespace trace_event {
|
| class ConvertableToTraceFormat;
|
| }
|
| +
|
| +// 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;
|
| }
|
| +} // namespace base
|
|
|
| namespace cc {
|
|
|
|
|