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

Unified Diff: content/child/db_message_filter.cc

Issue 19325002: Move DBMessageFilter to content/child since its only used in child ptypes (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 5 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
« no previous file with comments | « content/child/db_message_filter.h ('k') | content/common/db_message_filter.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/child/db_message_filter.cc
diff --git a/content/common/db_message_filter.cc b/content/child/db_message_filter.cc
similarity index 97%
rename from content/common/db_message_filter.cc
rename to content/child/db_message_filter.cc
index 0c4c8219e5b73f52fc7d0ad6992083fe0be5221d..9ab6425cb47a2695cef42f6772c489b5c2c3c0ba 100644
--- a/content/common/db_message_filter.cc
+++ b/content/child/db_message_filter.cc
@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "content/common/db_message_filter.h"
+#include "content/child/db_message_filter.h"
#include "content/common/database_messages.h"
#include "third_party/WebKit/public/platform/WebString.h"
« no previous file with comments | « content/child/db_message_filter.h ('k') | content/common/db_message_filter.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698