| Index: content/browser/in_process_webkit/indexed_db_context.cc
|
| diff --git a/content/browser/in_process_webkit/indexed_db_context.cc b/content/browser/in_process_webkit/indexed_db_context.cc
|
| index d3c22d6bf51cd48860416777b4a9f77d1bacdf5b..b54c83f2ea477957a06416bb8ed41e97d6bd33db 100644
|
| --- a/content/browser/in_process_webkit/indexed_db_context.cc
|
| +++ b/content/browser/in_process_webkit/indexed_db_context.cc
|
| @@ -26,6 +26,7 @@
|
| #include "webkit/quota/quota_manager.h"
|
| #include "webkit/quota/special_storage_policy.h"
|
|
|
| +using content::BrowserThread;
|
| using webkit_database::DatabaseUtil;
|
| using WebKit::WebIDBDatabase;
|
| using WebKit::WebIDBFactory;
|
|
|