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

Unified Diff: chrome/browser/extensions/api/settings_private/settings_private_event_router.h

Issue 1871713002: Convert //chrome/browser/extensions from scoped_ptr to std::unique_ptr (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase and fix header 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: chrome/browser/extensions/api/settings_private/settings_private_event_router.h
diff --git a/chrome/browser/extensions/api/settings_private/settings_private_event_router.h b/chrome/browser/extensions/api/settings_private/settings_private_event_router.h
index 8c3031a20bac723149750bc5f56938f1ccef669f..7738b978a7200ad555c2bcc47799a3fd8fd0d936 100644
--- a/chrome/browser/extensions/api/settings_private/settings_private_event_router.h
+++ b/chrome/browser/extensions/api/settings_private/settings_private_event_router.h
@@ -65,7 +65,7 @@ class SettingsPrivateEventRouter : public KeyedService,
content::BrowserContext* context_;
bool listening_;
- scoped_ptr<PrefsUtil> prefs_util_;
+ std::unique_ptr<PrefsUtil> prefs_util_;
DISALLOW_COPY_AND_ASSIGN(SettingsPrivateEventRouter);
};

Powered by Google App Engine
This is Rietveld 408576698