Index: cc/debug/rendering_stats_instrumentation.h |
diff --git a/cc/debug/rendering_stats_instrumentation.h b/cc/debug/rendering_stats_instrumentation.h |
index 9197fb6ac13f5ba024996716394f2d6450a00df1..566a1218efe57900dd5919d38dc7707b85928924 100644 |
--- a/cc/debug/rendering_stats_instrumentation.h |
+++ b/cc/debug/rendering_stats_instrumentation.h |
@@ -7,8 +7,9 @@ |
#include <stdint.h> |
+#include <memory> |
+ |
#include "base/macros.h" |
-#include "base/memory/scoped_ptr.h" |
#include "base/synchronization/lock.h" |
#include "cc/debug/rendering_stats.h" |
@@ -18,7 +19,7 @@ namespace cc { |
// recording of rendering stats into a private RenderingStats instance. |
class CC_EXPORT RenderingStatsInstrumentation { |
public: |
- static scoped_ptr<RenderingStatsInstrumentation> Create(); |
+ static std::unique_ptr<RenderingStatsInstrumentation> Create(); |
virtual ~RenderingStatsInstrumentation(); |
// Return copy of current impl thread rendering stats. |