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

Unified Diff: chrome/browser/extensions/api/profile_keyed_api_factory.h

Issue 140613002: Cleanup: Replace &LazyInstance::Get() with LazyInstance::Pointer(). (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 11 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/profile_keyed_api_factory.h
diff --git a/chrome/browser/extensions/api/profile_keyed_api_factory.h b/chrome/browser/extensions/api/profile_keyed_api_factory.h
index 46c27f8a39e5ef57bf40dce1cde90f42b4f685bd..25eda6758ba5ec30e2d227c3d6be0ad3ede322c0 100644
--- a/chrome/browser/extensions/api/profile_keyed_api_factory.h
+++ b/chrome/browser/extensions/api/profile_keyed_api_factory.h
@@ -49,7 +49,7 @@ class ProfileKeyedAPI : public BrowserContextKeyedService {
// // static
// ProfileKeyedAPIFactory<ProcessesAPI>*
// ProcessesAPI::GetFactoryInstance() {
- // return &g_factory.Get();
+ // return g_factory.Pointer();
// }
};

Powered by Google App Engine
This is Rietveld 408576698