Index: content/browser/indexed_db/indexed_db_callbacks.cc |
diff --git a/content/browser/in_process_webkit/indexed_db_callbacks.cc b/content/browser/indexed_db/indexed_db_callbacks.cc |
similarity index 99% |
rename from content/browser/in_process_webkit/indexed_db_callbacks.cc |
rename to content/browser/indexed_db/indexed_db_callbacks.cc |
index f6eda3b2d8c303691ccf8d7062da276e8c1d5eeb..8bcf80d0bacb391e8c7e8f1e1f699619c6c6044b 100644 |
--- a/content/browser/in_process_webkit/indexed_db_callbacks.cc |
+++ b/content/browser/indexed_db/indexed_db_callbacks.cc |
@@ -2,7 +2,7 @@ |
// 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_callbacks.h" |
+#include "content/browser/indexed_db/indexed_db_callbacks.h" |
#include <algorithm> |
#include <vector> |