Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(61)

Unified Diff: content/common/dom_storage/dom_storage_messages.h

Issue 22297005: Move webkit/{browser,common}/dom_storage into content/ (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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.
« no previous file with comments | « content/common/dom_storage/dom_storage_map_unittest.cc ('k') | content/common/dom_storage/dom_storage_types.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698