Index: content/renderer/browser_plugin/browser_plugin_manager.cc |
diff --git a/content/renderer/browser_plugin/browser_plugin_manager.cc b/content/renderer/browser_plugin/browser_plugin_manager.cc |
index b6dbd2e90fd6b227f72f7061f9dd117385d4052b..19820735f37648ffda9a51cb8979505957dac211 100644 |
--- a/content/renderer/browser_plugin/browser_plugin_manager.cc |
+++ b/content/renderer/browser_plugin/browser_plugin_manager.cc |
@@ -3,7 +3,9 @@ |
// found in the LICENSE file. |
#include "content/renderer/browser_plugin/browser_plugin_manager.h" |
-#include "base/memory/scoped_ptr.h" |
+ |
+#include <memory> |
+ |
#include "content/common/browser_plugin/browser_plugin_constants.h" |
#include "content/common/browser_plugin/browser_plugin_messages.h" |
#include "content/common/frame_messages.h" |