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

Unified Diff: storage/browser/fileapi/isolated_context.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
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;
« no previous file with comments | « storage/browser/blob/shareable_file_reference.cc ('k') | third_party/libaddressinput/chromium/string_compare.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698