Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(78)

Unified Diff: content/browser/plugin_service_impl.h

Issue 1874893002: Convert //content/browser from scoped_ptr to std::unique_ptr (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: content/browser/plugin_service_impl.h
diff --git a/content/browser/plugin_service_impl.h b/content/browser/plugin_service_impl.h
index e167cc34175111fa08f859a25dccbc976d9d70ad..25f5719b40874167ad2225ebf9c719be377ac8f4 100644
--- a/content/browser/plugin_service_impl.h
+++ b/content/browser/plugin_service_impl.h
@@ -13,6 +13,7 @@
#endif
#include <map>
+#include <memory>
#include <set>
#include <vector>
@@ -32,7 +33,6 @@
#include "url/gurl.h"
#if defined(OS_WIN)
-#include "base/memory/scoped_ptr.h"
#include "base/win/registry.h"
#endif
« no previous file with comments | « content/browser/plugin_data_remover_impl.cc ('k') | content/browser/power_monitor_message_broadcaster_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698