Index: content/browser/indexed_db/indexed_db_database_callbacks.cc |
diff --git a/content/browser/in_process_webkit/indexed_db_database_callbacks.cc b/content/browser/indexed_db/indexed_db_database_callbacks.cc |
similarity index 92% |
rename from content/browser/in_process_webkit/indexed_db_database_callbacks.cc |
rename to content/browser/indexed_db/indexed_db_database_callbacks.cc |
index d3ef9aaa55aad8bb48006c992119b56d550c93fa..5fa52b33b86c4b44df04636de7db56ce6b1da6a7 100644 |
--- a/content/browser/in_process_webkit/indexed_db_database_callbacks.cc |
+++ b/content/browser/indexed_db/indexed_db_database_callbacks.cc |
@@ -2,10 +2,10 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#include "content/browser/in_process_webkit/indexed_db_database_callbacks.h" |
+#include "content/browser/indexed_db/indexed_db_database_callbacks.h" |
#include "base/memory/scoped_vector.h" |
-#include "content/browser/in_process_webkit/indexed_db_dispatcher_host.h" |
+#include "content/browser/indexed_db/indexed_db_dispatcher_host.h" |
#include "content/common/indexed_db/indexed_db_messages.h" |
#include "third_party/WebKit/public/platform/WebIDBDatabaseError.h" |