Index: content/common/indexed_db/proxy_webidbcursor_impl.cc |
diff --git a/content/renderer/indexed_db/renderer_webidbcursor_impl.cc b/content/common/indexed_db/proxy_webidbcursor_impl.cc |
similarity index 97% |
rename from content/renderer/indexed_db/renderer_webidbcursor_impl.cc |
rename to content/common/indexed_db/proxy_webidbcursor_impl.cc |
index 52eaf575d4874216526082fe669964ef3a572627..c691da094f4b04235d124c2afe7c2af014078407 100644 |
--- a/content/renderer/indexed_db/renderer_webidbcursor_impl.cc |
+++ b/content/common/indexed_db/proxy_webidbcursor_impl.cc |
@@ -2,11 +2,11 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#include "content/renderer/indexed_db/renderer_webidbcursor_impl.h" |
+#include "content/common/indexed_db/proxy_webidbcursor_impl.h" |
#include "content/common/indexed_db/indexed_db_messages.h" |
-#include "content/renderer/indexed_db/indexed_db_dispatcher.h" |
-#include "content/renderer/render_thread_impl.h" |
+#include "content/common/indexed_db/indexed_db_dispatcher.h" |
+#include "content/common/child_thread.h" |
jsbell
2012/02/10 18:57:29
Nit: Include ordering
dgrogan
2012/02/10 19:57:20
Done.
|
using WebKit::WebExceptionCode; |
using WebKit::WebIDBCallbacks; |