Index: content/browser/in_process_webkit/indexed_db_dispatcher_host.cc |
diff --git a/content/browser/in_process_webkit/indexed_db_dispatcher_host.cc b/content/browser/in_process_webkit/indexed_db_dispatcher_host.cc |
index ce9211c7e1bbc35ee0a3232d208ddf4474fa53fd..2a2684832129092562ef4a7b079db77d6ff2541e 100644 |
--- a/content/browser/in_process_webkit/indexed_db_dispatcher_host.cc |
+++ b/content/browser/in_process_webkit/indexed_db_dispatcher_host.cc |
@@ -7,13 +7,13 @@ |
#include "base/bind.h" |
#include "base/command_line.h" |
#include "base/utf_string_conversions.h" |
-#include "content/browser/browser_thread.h" |
#include "content/browser/in_process_webkit/indexed_db_callbacks.h" |
#include "content/browser/in_process_webkit/indexed_db_database_callbacks.h" |
#include "content/browser/in_process_webkit/indexed_db_transaction_callbacks.h" |
#include "content/browser/renderer_host/render_message_filter.h" |
#include "content/browser/user_metrics.h" |
#include "content/common/indexed_db_messages.h" |
+#include "content/public/browser/browser_thread.h" |
#include "content/public/common/content_switches.h" |
#include "content/public/common/result_codes.h" |
#include "googleurl/src/gurl.h" |
@@ -21,9 +21,9 @@ |
#include "third_party/WebKit/Source/WebKit/chromium/public/WebIDBCursor.h" |
#include "third_party/WebKit/Source/WebKit/chromium/public/WebIDBDatabase.h" |
#include "third_party/WebKit/Source/WebKit/chromium/public/WebIDBDatabaseError.h" |
-#include "third_party/WebKit/Source/WebKit/chromium/public/WebIDBKeyRange.h" |
-#include "third_party/WebKit/Source/WebKit/chromium/public/WebIDBIndex.h" |
#include "third_party/WebKit/Source/WebKit/chromium/public/WebIDBFactory.h" |
+#include "third_party/WebKit/Source/WebKit/chromium/public/WebIDBIndex.h" |
+#include "third_party/WebKit/Source/WebKit/chromium/public/WebIDBKeyRange.h" |
#include "third_party/WebKit/Source/WebKit/chromium/public/WebIDBObjectStore.h" |
#include "third_party/WebKit/Source/WebKit/chromium/public/WebIDBTransaction.h" |
#include "third_party/WebKit/Source/WebKit/chromium/public/WebSecurityOrigin.h" |