| 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;
|
|
|