Index: content/common/indexed_db/proxy_webidbobjectstore_impl.cc |
diff --git a/content/renderer/indexed_db/renderer_webidbobjectstore_impl.cc b/content/common/indexed_db/proxy_webidbobjectstore_impl.cc |
similarity index 94% |
rename from content/renderer/indexed_db/renderer_webidbobjectstore_impl.cc |
rename to content/common/indexed_db/proxy_webidbobjectstore_impl.cc |
index 9e1a002bc4a6ea90eaa250c2ece000ce317853ee..ed70c41338f51ae5ae64f56bc49961145aa327a9 100644 |
--- a/content/renderer/indexed_db/renderer_webidbobjectstore_impl.cc |
+++ b/content/common/indexed_db/proxy_webidbobjectstore_impl.cc |
@@ -1,15 +1,15 @@ |
-// Copyright (c) 2011 The Chromium Authors. All rights reserved. |
+// Copyright (c) 2012 The Chromium Authors. All rights reserved. |
// 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_webidbobjectstore_impl.h" |
+#include "content/common/indexed_db/proxy_webidbobjectstore_impl.h" |
#include "content/common/indexed_db/indexed_db_messages.h" |
#include "content/public/common/serialized_script_value.h" |
-#include "content/renderer/indexed_db/indexed_db_dispatcher.h" |
-#include "content/renderer/indexed_db/renderer_webidbindex_impl.h" |
-#include "content/renderer/indexed_db/renderer_webidbtransaction_impl.h" |
-#include "content/renderer/render_thread_impl.h" |
+#include "content/common/indexed_db/indexed_db_dispatcher.h" |
+#include "content/common/indexed_db/proxy_webidbindex_impl.h" |
+#include "content/common/indexed_db/proxy_webidbtransaction_impl.h" |
+#include "content/common/child_thread.h" |
#include "third_party/WebKit/Source/WebKit/chromium/public/WebDOMStringList.h" |
#include "third_party/WebKit/Source/WebKit/chromium/public/WebIDBKey.h" |
#include "third_party/WebKit/Source/WebKit/chromium/public/WebIDBKeyRange.h" |