| Index: content/common/dom_storage/dom_storage_messages.h
|
| diff --git a/content/common/dom_storage_messages.h b/content/common/dom_storage/dom_storage_messages.h
|
| similarity index 96%
|
| rename from content/common/dom_storage_messages.h
|
| rename to content/common/dom_storage/dom_storage_messages.h
|
| index da847ecab619e309430ac655f8a174dca7f3507c..59ba93eb68654875d71ec1e3a3f17f392a6fe29b 100644
|
| --- a/content/common/dom_storage_messages.h
|
| +++ b/content/common/dom_storage/dom_storage_messages.h
|
| @@ -3,12 +3,12 @@
|
| // found in the LICENSE file.
|
|
|
| // Multiply-included message file, no traditional include guard.
|
| +#include "content/common/dom_storage/dom_storage_types.h"
|
| #include "content/public/common/common_param_traits.h"
|
| #include "ipc/ipc_message_macros.h"
|
| #include "ipc/ipc_param_traits.h"
|
| #include "third_party/WebKit/public/platform/WebStorageArea.h"
|
| #include "url/gurl.h"
|
| -#include "webkit/common/dom_storage/dom_storage_types.h"
|
|
|
| #define IPC_MESSAGE_START DOMStorageMsgStart
|
|
|
| @@ -69,7 +69,7 @@ IPC_MESSAGE_CONTROL1(DOMStorageHostMsg_CloseStorageArea,
|
| // the renderer-side cache. A completion notification is sent in response.
|
| IPC_SYNC_MESSAGE_CONTROL1_1(DOMStorageHostMsg_LoadStorageArea,
|
| int /* connection_id */,
|
| - dom_storage::ValuesMap)
|
| + content::DOMStorageValuesMap)
|
|
|
| // Set a value that's associated with a key in a storage area.
|
| // A completion notification is sent in response.
|
|
|