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

Unified Diff: content/browser/indexed_db/leveldb/leveldb_env.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/indexed_db/indexed_db_class_factory.h ('k') | content/browser/notification_service_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/indexed_db/leveldb/leveldb_env.h
diff --git a/content/browser/indexed_db/leveldb/leveldb_env.h b/content/browser/indexed_db/leveldb/leveldb_env.h
index ac606ede911e2e3c092684709138f1c44167605e..9debbaf0e99e25aa10fbb7234e95df769f2bd49e 100644
--- a/content/browser/indexed_db/leveldb/leveldb_env.h
+++ b/content/browser/indexed_db/leveldb/leveldb_env.h
@@ -16,7 +16,7 @@ class LevelDBEnv : public leveldb_env::ChromiumEnv {
LevelDBEnv();
public:
- friend struct base::DefaultLazyInstanceTraits<LevelDBEnv>;
+ friend struct base::LazyInstanceTraitsBase<LevelDBEnv>;
CONTENT_EXPORT static LevelDBEnv* Get();
};
« no previous file with comments | « content/browser/indexed_db/indexed_db_class_factory.h ('k') | content/browser/notification_service_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698