Index: content/shell/browser/layout_test/layout_test_browser_main_parts.h |
diff --git a/content/shell/browser/layout_test/layout_test_browser_main_parts.h b/content/shell/browser/layout_test/layout_test_browser_main_parts.h |
index e49be866c1f1e0dfe7133dabbfa4afbb05d6d3a9..1622a31fc1e51a9587c0ffd01a7fd17b5949b7fc 100644 |
--- a/content/shell/browser/layout_test/layout_test_browser_main_parts.h |
+++ b/content/shell/browser/layout_test/layout_test_browser_main_parts.h |
@@ -5,8 +5,9 @@ |
#ifndef CONTENT_SHELL_BROWSER_LAYOUT_TEST_LAYOUT_TEST_BROWSER_MAIN_PARTS_H_ |
#define CONTENT_SHELL_BROWSER_LAYOUT_TEST_LAYOUT_TEST_BROWSER_MAIN_PARTS_H_ |
+#include <memory> |
+ |
#include "base/macros.h" |
-#include "base/memory/scoped_ptr.h" |
#include "build/build_config.h" |
#include "content/shell/browser/shell_browser_main_parts.h" |
@@ -38,7 +39,7 @@ class LayoutTestBrowserMainParts : public ShellBrowserMainParts { |
void InitializeMessageLoopContext() override; |
#if defined(ENABLE_PLUGINS) |
- scoped_ptr<ShellPluginServiceFilter> plugin_service_filter_; |
+ std::unique_ptr<ShellPluginServiceFilter> plugin_service_filter_; |
#endif |
DISALLOW_COPY_AND_ASSIGN(LayoutTestBrowserMainParts); |