Index: content/child/indexed_db/proxy_webidbfactory_impl.cc |
diff --git a/content/common_child/indexed_db/proxy_webidbfactory_impl.cc b/content/child/indexed_db/proxy_webidbfactory_impl.cc |
similarity index 93% |
rename from content/common_child/indexed_db/proxy_webidbfactory_impl.cc |
rename to content/child/indexed_db/proxy_webidbfactory_impl.cc |
index 1cfeb42a7e0c8a31c02d4050ebda680330b69353..4fa8e6f3501ec3c123ca6ade59fdd584bf25c007 100644 |
--- a/content/common_child/indexed_db/proxy_webidbfactory_impl.cc |
+++ b/content/child/indexed_db/proxy_webidbfactory_impl.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/common_child/indexed_db/proxy_webidbfactory_impl.h" |
+#include "content/child/indexed_db/proxy_webidbfactory_impl.h" |
+#include "content/child/indexed_db/indexed_db_dispatcher.h" |
#include "content/common/child_thread.h" |
-#include "content/common_child/indexed_db/indexed_db_dispatcher.h" |
#include "third_party/WebKit/public/platform/WebString.h" |
using WebKit::WebIDBCallbacks; |