| Index: content/browser/in_process_webkit/indexed_db_key_utility_client.cc
|
| diff --git a/content/browser/in_process_webkit/indexed_db_key_utility_client.cc b/content/browser/in_process_webkit/indexed_db_key_utility_client.cc
|
| index 397e293a97d768ba8f1123026e52b6a2afbf113a..7a50f3a78be94c248274d7798705c95e96e5c2b2 100644
|
| --- a/content/browser/in_process_webkit/indexed_db_key_utility_client.cc
|
| +++ b/content/browser/in_process_webkit/indexed_db_key_utility_client.cc
|
| @@ -13,6 +13,8 @@
|
| #include "content/common/utility_messages.h"
|
| #include "content/public/common/serialized_script_value.h"
|
|
|
| +using content::BrowserThread;
|
| +
|
| // This class is used to obtain IndexedDBKeys from SerializedScriptValues
|
| // given an IDBKeyPath. It uses UtilityProcess to do this inside a sandbox
|
| // (a V8 lock is required there). At this level, all methods are synchronous
|
|
|