Index: content/public/browser/storage_partition.h |
diff --git a/content/public/browser/storage_partition.h b/content/public/browser/storage_partition.h |
index 2a905d90a7f1596eddb3a92e39e1e27273d9b6f6..a0427fb39d55268cd4180abb8af6b8ba21c482b9 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; |