Index: third_party/WebKit/Source/core/frame/SettingsDelegate.cpp |
diff --git a/third_party/WebKit/Source/core/frame/SettingsDelegate.cpp b/third_party/WebKit/Source/core/frame/SettingsDelegate.cpp |
index 71236bed68d79714facd7f64df345ed41eb7a557..1b7c22181aa4af8a18f3288f2aedddf4e1a58e58 100644 |
--- a/third_party/WebKit/Source/core/frame/SettingsDelegate.cpp |
+++ b/third_party/WebKit/Source/core/frame/SettingsDelegate.cpp |
@@ -31,10 +31,11 @@ |
#include "core/frame/SettingsDelegate.h" |
#include "core/frame/Settings.h" |
+#include <memory> |
namespace blink { |
-SettingsDelegate::SettingsDelegate(PassOwnPtr<Settings> settings) |
+SettingsDelegate::SettingsDelegate(std::unique_ptr<Settings> settings) |
: m_settings(std::move(settings)) |
{ |
if (m_settings) |