Index: content/browser/indexed_db/indexed_db_dispatcher_host.h |
diff --git a/content/browser/indexed_db/indexed_db_dispatcher_host.h b/content/browser/indexed_db/indexed_db_dispatcher_host.h |
index c2c78b4f71c43915fd7be6acf7ef14410410c54e..abbdab992347a256d809241c86e2377f3edfaa76 100644 |
--- a/content/browser/indexed_db/indexed_db_dispatcher_host.h |
+++ b/content/browser/indexed_db/indexed_db_dispatcher_host.h |
@@ -6,6 +6,7 @@ |
#define CONTENT_BROWSER_INDEXED_DB_INDEXED_DB_DISPATCHER_HOST_H_ |
#include <map> |
+#include <string> |
#include <vector> |
#include "base/basictypes.h" |
@@ -240,7 +241,7 @@ class IndexedDBDispatcherHost : public BrowserMessageFilter { |
void OnAdvance(int32 ipc_object_store_id, |
int32 ipc_thread_id, |
int32 ipc_callbacks_id, |
- unsigned long count); |
+ uint32 count); |
void OnContinue(int32 ipc_object_store_id, |
int32 ipc_thread_id, |
int32 ipc_callbacks_id, |