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

Unified Diff: content/child/web_database_observer_impl.cc

Issue 16325022: move content/common_child to content/child (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 7 years, 7 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/web_database_observer_impl.h ('k') | content/child/webblobregistry_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/child/web_database_observer_impl.cc
diff --git a/content/common_child/web_database_observer_impl.cc b/content/child/web_database_observer_impl.cc
similarity index 99%
rename from content/common_child/web_database_observer_impl.cc
rename to content/child/web_database_observer_impl.cc
index fea57b4ae232364036907b827d92ccffe993d4dc..0b251cbd64a020fcbbe8fe31787145e2f1d4f65a 100644
--- a/content/common_child/web_database_observer_impl.cc
+++ b/content/child/web_database_observer_impl.cc
@@ -2,13 +2,13 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "content/common_child/web_database_observer_impl.h"
+#include "content/child/web_database_observer_impl.h"
#include "base/metrics/histogram.h"
#include "base/string16.h"
#include "content/common/database_messages.h"
-#include "third_party/WebKit/public/platform/WebString.h"
#include "third_party/WebKit/Source/WebKit/chromium/public/WebDatabase.h"
+#include "third_party/WebKit/public/platform/WebString.h"
#include "third_party/sqlite/sqlite3.h"
using WebKit::WebDatabase;
« no previous file with comments | « content/child/web_database_observer_impl.h ('k') | content/child/webblobregistry_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698