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

Unified Diff: chrome/browser/media/router/media_router_factory.h

Issue 2733283002: Require explicit selection of traits for LazyInstance (Closed)
Patch Set: Created 3 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/media/router/media_router_factory.h
diff --git a/chrome/browser/media/router/media_router_factory.h b/chrome/browser/media/router/media_router_factory.h
index 95c93c22cd5d85f7355e674e4c260a5e3ccd3115..3b67aa2aa2f84b791882e5aa55f2b7ac9b5b5865 100644
--- a/chrome/browser/media/router/media_router_factory.h
+++ b/chrome/browser/media/router/media_router_factory.h
@@ -32,7 +32,7 @@ class MediaRouterFactory : public BrowserContextKeyedServiceFactory {
void BrowserContextShutdown(content::BrowserContext* context) override;
private:
- friend struct base::DefaultLazyInstanceTraits<MediaRouterFactory>;
+ friend struct base::LazyInstanceTraitsBase<MediaRouterFactory>;
FRIEND_TEST_ALL_PREFIXES(MediaRouterFactoryTest,
IncognitoBrowserContextShutdown);

Powered by Google App Engine
This is Rietveld 408576698