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

Unified Diff: content/browser/indexed_db/indexed_db_class_factory.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 | « content/browser/gpu/gpu_process_host_ui_shim.cc ('k') | content/browser/indexed_db/leveldb/leveldb_env.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/indexed_db/indexed_db_class_factory.h
diff --git a/content/browser/indexed_db/indexed_db_class_factory.h b/content/browser/indexed_db/indexed_db_class_factory.h
index 6f216e6e84e3a5eb7380c067b5ba6e2ed65d8675..3c218f0a8343bad65df564fdb908eb43ee5dce85 100644
--- a/content/browser/indexed_db/indexed_db_class_factory.h
+++ b/content/browser/indexed_db/indexed_db_class_factory.h
@@ -63,7 +63,7 @@ class CONTENT_EXPORT IndexedDBClassFactory {
protected:
IndexedDBClassFactory() {}
virtual ~IndexedDBClassFactory() {}
- friend struct base::DefaultLazyInstanceTraits<IndexedDBClassFactory>;
+ friend struct base::LazyInstanceTraitsBase<IndexedDBClassFactory>;
};
} // namespace content
« no previous file with comments | « content/browser/gpu/gpu_process_host_ui_shim.cc ('k') | content/browser/indexed_db/leveldb/leveldb_env.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698