Index: content/browser/storage_partition_impl.h |
diff --git a/content/browser/storage_partition_impl.h b/content/browser/storage_partition_impl.h |
index 9ab7fc3bffc6099d8519042f72e2a2f7e09d2c8c..e7f2f5d35cdf629225d4ff66fc5932c93a239159 100644 |
--- a/content/browser/storage_partition_impl.h |
+++ b/content/browser/storage_partition_impl.h |
@@ -22,9 +22,11 @@ class StoragePartitionImpl : public StoragePartition { |
// TODO(ajwong): Break the direct dependency on |context|. We only |
// need 3 pieces of info from it. |
static StoragePartitionImpl* Create(BrowserContext* context, |
+ const std::string& partition_id, |
const FilePath& partition_path); |
// StoragePartition interface. |
+ virtual FilePath GetPath() OVERRIDE; |
virtual quota::QuotaManager* GetQuotaManager() OVERRIDE; |
virtual ChromeAppCacheService* GetAppCacheService() OVERRIDE; |
virtual fileapi::FileSystemContext* GetFileSystemContext() OVERRIDE; |