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

Unified Diff: cc/layers/empty_content_layer_client.h

Issue 2733283002: Require explicit selection of traits for LazyInstance (Closed)
Patch Set: l10n again 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
« no previous file with comments | « base/win/message_window.cc ('k') | cc/layers/empty_content_layer_client.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/layers/empty_content_layer_client.h
diff --git a/cc/layers/empty_content_layer_client.h b/cc/layers/empty_content_layer_client.h
index 0d831b6e6d694006c6811461a787d130e2c1e0ca..451b363a0d228a84178f4a85b98768ab9dc5a1da 100644
--- a/cc/layers/empty_content_layer_client.h
+++ b/cc/layers/empty_content_layer_client.h
@@ -35,7 +35,7 @@ class CC_EXPORT EmptyContentLayerClient : public ContentLayerClient {
size_t GetApproximateUnsharedMemoryUsage() const override;
private:
- friend struct base::DefaultLazyInstanceTraits<EmptyContentLayerClient>;
+ friend struct base::LazyInstanceTraitsBase<EmptyContentLayerClient>;
EmptyContentLayerClient();
~EmptyContentLayerClient() override;
« no previous file with comments | « base/win/message_window.cc ('k') | cc/layers/empty_content_layer_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698