summaryrefslogtreecommitdiffstats
path: root/content/public/browser/storage_partition.h
diff options
context:
space:
mode:
Diffstat (limited to 'content/public/browser/storage_partition.h')
-rw-r--r--content/public/browser/storage_partition.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/content/public/browser/storage_partition.h b/content/public/browser/storage_partition.h
index 2a905d9..a0427fb 100644
--- a/content/public/browser/storage_partition.h
+++ b/content/public/browser/storage_partition.h
@@ -46,7 +46,7 @@ class DOMStorageContext;
// the cookies, localStorage, etc., that normal web renderers have access to.
class StoragePartition {
public:
- virtual FilePath GetPath() = 0;
+ virtual base::FilePath GetPath() = 0;
virtual net::URLRequestContextGetter* GetURLRequestContext() = 0;
virtual net::URLRequestContextGetter* GetMediaURLRequestContext() = 0;
virtual quota::QuotaManager* GetQuotaManager() = 0;