Index: content/utility/utility_thread_impl.h |
diff --git a/content/utility/utility_thread_impl.h b/content/utility/utility_thread_impl.h |
index b0c20a2c45139e5a6fe7a2f78a5b5019cc4dc566..35de6402fd66c88ba9d96fb1778b0313439338c4 100644 |
--- a/content/utility/utility_thread_impl.h |
+++ b/content/utility/utility_thread_impl.h |
@@ -11,7 +11,6 @@ |
#include "base/basictypes.h" |
#include "base/compiler_specific.h" |
-#include "base/string16.h" |
#include "content/common/child_thread.h" |
#include "content/common/content_export.h" |
#include "content/public/utility/utility_thread.h" |
@@ -20,6 +19,7 @@ class FilePath; |
class IndexedDBKey; |
namespace content { |
+class IndexedDBKeyPath; |
class SerializedScriptValue; |
class WebKitPlatformSupportImpl; |
} |
@@ -47,10 +47,10 @@ class UtilityThreadImpl : public content::UtilityThread, |
int id, |
const std::vector<content::SerializedScriptValue>& |
serialized_script_values, |
- const string16& idb_key_path); |
+ const content::IndexedDBKeyPath& idb_key_path); |
void OnInjectIDBKey(const IndexedDBKey& key, |
const content::SerializedScriptValue& value, |
- const string16& key_path); |
+ const content::IndexedDBKeyPath& key_path); |
void OnBatchModeStarted(); |
void OnBatchModeFinished(); |