| Index: content/public/browser/storage_partition.h
|
| diff --git a/content/public/browser/storage_partition.h b/content/public/browser/storage_partition.h
|
| index 8e6fc9c5bae9dd84404f1b95f7e58901ca2f8d8f..82b965c2219b68ac41f069570b13079fafdc9c51 100644
|
| --- a/content/public/browser/storage_partition.h
|
| +++ b/content/public/browser/storage_partition.h
|
| @@ -19,7 +19,7 @@ namespace base {
|
| class Time;
|
| }
|
|
|
| -namespace fileapi {
|
| +namespace storage {
|
| class FileSystemContext;
|
| }
|
|
|
| @@ -57,7 +57,7 @@ class CONTENT_EXPORT StoragePartition {
|
| virtual net::URLRequestContextGetter* GetMediaURLRequestContext() = 0;
|
| virtual quota::QuotaManager* GetQuotaManager() = 0;
|
| virtual AppCacheService* GetAppCacheService() = 0;
|
| - virtual fileapi::FileSystemContext* GetFileSystemContext() = 0;
|
| + virtual storage::FileSystemContext* GetFileSystemContext() = 0;
|
| virtual webkit_database::DatabaseTracker* GetDatabaseTracker() = 0;
|
| virtual DOMStorageContext* GetDOMStorageContext() = 0;
|
| virtual IndexedDBContext* GetIndexedDBContext() = 0;
|
|
|