| 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.
|
|
|