Index: content/child/indexed_db/indexed_db_dispatcher.h |
diff --git a/content/child/indexed_db/indexed_db_dispatcher.h b/content/child/indexed_db/indexed_db_dispatcher.h |
index 8786ea599b3a6bd7128edcea01ee5ddf49b4742c..686461f00732c727aaab95f28fd3c16880d497f2 100644 |
--- a/content/child/indexed_db/indexed_db_dispatcher.h |
+++ b/content/child/indexed_db/indexed_db_dispatcher.h |
@@ -194,10 +194,10 @@ class CONTENT_EXPORT IndexedDBDispatcher |
const std::vector<string16>& value); |
void OnSuccessValue(int32 ipc_thread_id, |
int32 ipc_callbacks_id, |
- const std::vector<char>& value); |
+ const std::string& value); |
void OnSuccessValueWithKey(int32 ipc_thread_id, |
int32 ipc_callbacks_id, |
- const std::vector<char>& value, |
+ const std::string& value, |
const IndexedDBKey& primary_key, |
const IndexedDBKeyPath& key_path); |
void OnSuccessInteger(int32 ipc_thread_id, |