Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(452)

Unified Diff: content/common/indexed_db/indexed_db_message_filter.cc

Issue 9368053: Move indexed db files from content/renderer to content/common. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: move include from child_thread.h to child_thread.cc Created 8 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;

Powered by Google App Engine
This is Rietveld 408576698