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

Unified Diff: content/common/utility_messages.h

Issue 10272018: Move IndexedDBKey, IndexedDBKeyRange into content namespace (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Use "using content::*" aliasing for IDB/SSV types Created 8 years, 8 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
« no previous file with comments | « content/common/indexed_db/proxy_webidbobjectstore_impl.cc ('k') | content/utility/utility_thread_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/common/utility_messages.h
diff --git a/content/common/utility_messages.h b/content/common/utility_messages.h
index 578938a580d20201b5f7946a5ecd0c98983c833e..f90297df01daa283ce3a020c3ceb9e01e27a66f5 100644
--- a/content/common/utility_messages.h
+++ b/content/common/utility_messages.h
@@ -33,7 +33,7 @@ IPC_MESSAGE_CONTROL3(UtilityMsg_IDBKeysFromValuesAndKeyPath,
content::IndexedDBKeyPath)
IPC_MESSAGE_CONTROL3(UtilityMsg_InjectIDBKey,
- IndexedDBKey /* key */,
+ content::IndexedDBKey /* key */,
content::SerializedScriptValue /* value */,
content::IndexedDBKeyPath)
@@ -58,7 +58,7 @@ IPC_MESSAGE_CONTROL1(UtilityMsg_LoadPlugins,
// IDBKeyPath.
IPC_MESSAGE_CONTROL2(UtilityHostMsg_IDBKeysFromValuesAndKeyPath_Succeeded,
int /* id */,
- std::vector<IndexedDBKey> /* value */)
+ std::vector<content::IndexedDBKey> /* value */)
// Reply when the utility process has finished injecting an IDBKey into
// a SerializedScriptValue.
« no previous file with comments | « content/common/indexed_db/proxy_webidbobjectstore_impl.cc ('k') | content/utility/utility_thread_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698