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

Unified Diff: chrome/browser/extensions/api/browsingdata/browsing_data_api.cc

Issue 9703038: Profiles: Really fix refcounted services. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Forgot to save a file. >_< Created 8 years, 9 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: chrome/browser/extensions/api/browsingdata/browsing_data_api.cc
diff --git a/chrome/browser/extensions/api/browsingdata/browsing_data_api.cc b/chrome/browser/extensions/api/browsingdata/browsing_data_api.cc
index 3e330c59ad7c092f4a0614fd2c7ab541f7adcc7b..c822ffa1f1dc136afd98523376824f315a8d763d 100644
--- a/chrome/browser/extensions/api/browsingdata/browsing_data_api.cc
+++ b/chrome/browser/extensions/api/browsingdata/browsing_data_api.cc
@@ -146,7 +146,7 @@ bool BrowsingDataExtensionFunction::RunImpl() {
base::Bind(
&BrowsingDataExtensionFunction::CheckRemovingPluginDataSupported,
this,
- make_scoped_refptr(PluginPrefs::GetForProfile(profile))));
+ PluginPrefs::GetForProfile(profile)));
} else {
StartRemoving();
}
« no previous file with comments | « chrome/browser/content_settings/cookie_settings.cc ('k') | chrome/browser/extensions/app_notify_channel_setup_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698