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

Unified Diff: chrome/browser/extensions/extension_garbage_collector_factory.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/extension_garbage_collector_factory.h
diff --git a/chrome/browser/extensions/extension_garbage_collector_factory.h b/chrome/browser/extensions/extension_garbage_collector_factory.h
index 6f49f300a7a676777a56b07928d15a934726aa79..5cbbb6049aebfc6ffc89ae5fd75f9f553f14c916 100644
--- a/chrome/browser/extensions/extension_garbage_collector_factory.h
+++ b/chrome/browser/extensions/extension_garbage_collector_factory.h
@@ -27,7 +27,7 @@ class ExtensionGarbageCollectorFactory
static ExtensionGarbageCollectorFactory* GetInstance();
- static scoped_ptr<KeyedService> BuildInstanceFor(
+ static std::unique_ptr<KeyedService> BuildInstanceFor(
content::BrowserContext* context);
private:

Powered by Google App Engine
This is Rietveld 408576698