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

Unified Diff: components/webdata/common/web_database_table.cc

Issue 13392014: Move c/b/webdata/ code to components/webdata/ (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Pure merge Created 7 years, 9 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: components/webdata/common/web_database_table.cc
diff --git a/chrome/browser/webdata/web_database_table.cc b/components/webdata/common/web_database_table.cc
similarity index 87%
rename from chrome/browser/webdata/web_database_table.cc
rename to components/webdata/common/web_database_table.cc
index 3f6548f0819f3ffd0913b33354ee4f497bc1c089..57b5b96f20b530a10225fbaa360d3ac8c6171059 100644
--- a/chrome/browser/webdata/web_database_table.cc
+++ b/components/webdata/common/web_database_table.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 "chrome/browser/webdata/web_database_table.h"
+#include "components/webdata/common/web_database_table.h"
WebDatabaseTable::WebDatabaseTable() : db_(NULL), meta_table_(NULL) {
}

Powered by Google App Engine
This is Rietveld 408576698