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

Unified Diff: gin/public/v8_platform.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 | « extensions/shell/common/shell_extensions_client.cc ('k') | google_apis/google_api_keys.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gin/public/v8_platform.h
diff --git a/gin/public/v8_platform.h b/gin/public/v8_platform.h
index 6506ce4c555a728a8f1afec75d68fe580eece8eb..2eee1dd1b7b42b39a8277686c1169dfe599e6dac 100644
--- a/gin/public/v8_platform.h
+++ b/gin/public/v8_platform.h
@@ -55,7 +55,7 @@ class GIN_EXPORT V8Platform : public NON_EXPORTED_BASE(v8::Platform) {
void RemoveTraceStateObserver(v8::Platform::TraceStateObserver*) override;
private:
- friend struct base::DefaultLazyInstanceTraits<V8Platform>;
+ friend struct base::LazyInstanceTraitsBase<V8Platform>;
V8Platform();
~V8Platform() override;
« no previous file with comments | « extensions/shell/common/shell_extensions_client.cc ('k') | google_apis/google_api_keys.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698