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

Unified Diff: storage/browser/fileapi/isolated_context.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: storage/browser/fileapi/isolated_context.h
diff --git a/storage/browser/fileapi/isolated_context.h b/storage/browser/fileapi/isolated_context.h
index 1f1c1d91f00a2565ec16b5642008e3af8450434f..713b1056be2fe95f2859f281bb4d41b5114c2584 100644
--- a/storage/browser/fileapi/isolated_context.h
+++ b/storage/browser/fileapi/isolated_context.h
@@ -161,7 +161,7 @@ class STORAGE_EXPORT IsolatedContext : public MountPoints {
base::FilePath CreateVirtualRootPath(const std::string& filesystem_id) const;
private:
- friend struct base::DefaultLazyInstanceTraits<IsolatedContext>;
+ friend struct base::LazyInstanceTraitsBase<IsolatedContext>;
// Represents each file system instance (defined in the .cc).
class Instance;

Powered by Google App Engine
This is Rietveld 408576698