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

Unified Diff: chrome/common/extensions/chrome_extensions_client.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/common/extensions/chrome_extensions_client.h
diff --git a/chrome/common/extensions/chrome_extensions_client.h b/chrome/common/extensions/chrome_extensions_client.h
index 0610aee2f777021346349a150e9d22d8b59f26f5..ff3195b1aa19d4a7065fe423be7ee3657f45ce57 100644
--- a/chrome/common/extensions/chrome_extensions_client.h
+++ b/chrome/common/extensions/chrome_extensions_client.h
@@ -72,7 +72,7 @@ class ChromeExtensionsClient : public ExtensionsClient {
mutable GURL webstore_base_url_;
mutable GURL webstore_update_url_;
- friend struct base::DefaultLazyInstanceTraits<ChromeExtensionsClient>;
+ friend struct base::LazyInstanceTraitsBase<ChromeExtensionsClient>;
DISALLOW_COPY_AND_ASSIGN(ChromeExtensionsClient);
};

Powered by Google App Engine
This is Rietveld 408576698