| Index: content/browser/dom_storage/dom_storage_context_impl.h
|
| diff --git a/content/browser/dom_storage/dom_storage_context_impl.h b/content/browser/dom_storage/dom_storage_context_impl.h
|
| index 21f68dfef33cac084d0d4a4bb7aed8db5cac0987..a418ea37689c2f6892e0256c6a7c5431d3627106 100644
|
| --- a/content/browser/dom_storage/dom_storage_context_impl.h
|
| +++ b/content/browser/dom_storage/dom_storage_context_impl.h
|
| @@ -8,7 +8,9 @@
|
| #include "base/memory/ref_counted.h"
|
| #include "content/public/browser/dom_storage_context.h"
|
|
|
| +namespace base {
|
| class FilePath;
|
| +}
|
|
|
| namespace dom_storage {
|
| class DomStorageContext;
|
| @@ -27,7 +29,7 @@ class CONTENT_EXPORT DOMStorageContextImpl :
|
| public base::RefCountedThreadSafe<DOMStorageContextImpl> {
|
| public:
|
| // If |data_path| is empty, nothing will be saved to disk.
|
| - DOMStorageContextImpl(const FilePath& data_path,
|
| + DOMStorageContextImpl(const base::FilePath& data_path,
|
| quota::SpecialStoragePolicy* special_storage_policy);
|
|
|
| // DOMStorageContext implementation.
|
|
|