Index: content/public/renderer/plugin_instance_throttler.h |
diff --git a/content/public/renderer/plugin_instance_throttler.h b/content/public/renderer/plugin_instance_throttler.h |
index bd2b9ef307693b098a24ea73fb590daa60039615..541427f23b8f1d307cda11b87f944fb82b15c2ab 100644 |
--- a/content/public/renderer/plugin_instance_throttler.h |
+++ b/content/public/renderer/plugin_instance_throttler.h |
@@ -5,8 +5,9 @@ |
#ifndef CONTENT_PUBLIC_RENDERER_PLUGIN_INSTANCE_THROTTLER_H_ |
#define CONTENT_PUBLIC_RENDERER_PLUGIN_INSTANCE_THROTTLER_H_ |
+#include <memory> |
+ |
#include "base/macros.h" |
-#include "base/memory/scoped_ptr.h" |
#include "content/common/content_export.h" |
namespace blink { |
@@ -71,7 +72,7 @@ class CONTENT_EXPORT PluginInstanceThrottler { |
virtual void OnThrottlerDestroyed() {} |
}; |
- static scoped_ptr<PluginInstanceThrottler> Create(); |
+ static std::unique_ptr<PluginInstanceThrottler> Create(); |
static void RecordUnthrottleMethodMetric(PowerSaverUnthrottleMethod method); |