Index: cc/output/begin_frame_args.h |
diff --git a/cc/output/begin_frame_args.h b/cc/output/begin_frame_args.h |
index 53745f9d81e9e262e8aac52fc4dba4c3bb743091..3702807fda7eca7ad7d39b7760f72653ab458c47 100644 |
--- a/cc/output/begin_frame_args.h |
+++ b/cc/output/begin_frame_args.h |
@@ -12,11 +12,16 @@ |
#include "cc/base/cc_export.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 |
/** |
* In debug builds we trace the creation origin of BeginFrameArgs objects. We |