| Index: content/browser/dom_storage/dom_storage_context_wrapper.h
|
| diff --git a/content/browser/dom_storage/dom_storage_context_wrapper.h b/content/browser/dom_storage/dom_storage_context_wrapper.h
|
| index 0ed95076a20cf3dc597e6dedbfa1ca95ac46bb98..fb7441c6297d192c48c086e1e9bc4d0bed038c3d 100644
|
| --- a/content/browser/dom_storage/dom_storage_context_wrapper.h
|
| +++ b/content/browser/dom_storage/dom_storage_context_wrapper.h
|
| @@ -13,7 +13,7 @@ namespace base {
|
| class FilePath;
|
| }
|
|
|
| -namespace quota {
|
| +namespace storage {
|
| class SpecialStoragePolicy;
|
| }
|
|
|
| @@ -28,8 +28,9 @@ class CONTENT_EXPORT DOMStorageContextWrapper :
|
| public base::RefCountedThreadSafe<DOMStorageContextWrapper> {
|
| public:
|
| // If |data_path| is empty, nothing will be saved to disk.
|
| - DOMStorageContextWrapper(const base::FilePath& data_path,
|
| - quota::SpecialStoragePolicy* special_storage_policy);
|
| + DOMStorageContextWrapper(
|
| + const base::FilePath& data_path,
|
| + storage::SpecialStoragePolicy* special_storage_policy);
|
|
|
| // DOMStorageContext implementation.
|
| virtual void GetLocalStorageUsage(
|
|
|