| Index: content/renderer/dom_storage/dom_storage_proxy.h
|
| diff --git a/content/renderer/dom_storage/dom_storage_proxy.h b/content/renderer/dom_storage/dom_storage_proxy.h
|
| index 57fcfaf7499080e211a86ff4ce694174a9590d61..0eb8a6a3f61bf3d1b87536c85a94557f7cff236c 100644
|
| --- a/content/renderer/dom_storage/dom_storage_proxy.h
|
| +++ b/content/renderer/dom_storage/dom_storage_proxy.h
|
| @@ -9,8 +9,8 @@
|
| #include "base/memory/ref_counted.h"
|
| #include "base/strings/nullable_string16.h"
|
| #include "base/strings/string16.h"
|
| +#include "content/common/dom_storage/dom_storage_types.h"
|
| #include "url/gurl.h"
|
| -#include "webkit/common/dom_storage/dom_storage_types.h"
|
|
|
| namespace content {
|
|
|
| @@ -20,7 +20,7 @@ class DomStorageProxy : public base::RefCounted<DomStorageProxy> {
|
| typedef base::Callback<void(bool)> CompletionCallback;
|
|
|
| virtual void LoadArea(int connection_id,
|
| - dom_storage::ValuesMap* values,
|
| + DOMStorageValuesMap* values,
|
| const CompletionCallback& callback) = 0;
|
|
|
| virtual void SetItem(int connection_id,
|
|
|