Index: content/common/indexed_db/indexed_db_message_filter.cc |
diff --git a/content/renderer/indexed_db/indexed_db_message_filter.cc b/content/common/indexed_db/indexed_db_message_filter.cc |
similarity index 84% |
rename from content/renderer/indexed_db/indexed_db_message_filter.cc |
rename to content/common/indexed_db/indexed_db_message_filter.cc |
index 3e6b04b5975d8a75dc9bb3aff5c9471486bdae2b..b01aefab1596570e5fe2aa7ec783aceef207ada7 100644 |
--- a/content/renderer/indexed_db/indexed_db_message_filter.cc |
+++ b/content/common/indexed_db/indexed_db_message_filter.cc |
@@ -1,13 +1,13 @@ |
-// 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/indexed_db_message_filter.h" |
+#include "content/common/indexed_db/indexed_db_message_filter.h" |
#include "base/bind.h" |
#include "base/location.h" |
+#include "content/common/indexed_db/indexed_db_dispatcher.h" |
#include "content/common/indexed_db/indexed_db_messages.h" |
-#include "content/renderer/indexed_db/indexed_db_dispatcher.h" |
#include "webkit/glue/worker_task_runner.h" |
using webkit_glue::WorkerTaskRunner; |