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

Unified Diff: components/webdata/autofill/autofill_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/autofill/autofill_table.cc
diff --git a/chrome/browser/webdata/autofill_table.cc b/components/webdata/autofill/autofill_table.cc
similarity index 99%
rename from chrome/browser/webdata/autofill_table.cc
rename to components/webdata/autofill/autofill_table.cc
index 462cfd006b28bd41bbd40baf444841b921f9b65b..8892e825ec0fedb8955612d334bdceeacca7f46e 100644
--- a/chrome/browser/webdata/autofill_table.cc
+++ b/components/webdata/autofill/autofill_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/autofill_table.h"
+#include "components/webdata/autofill/autofill_table.h"
#include <algorithm>
#include <limits>
@@ -17,15 +17,15 @@
#include "base/strings/string_number_conversions.h"
#include "base/time.h"
#include "base/tuple.h"
-#include "chrome/browser/webdata/autofill_change.h"
-#include "chrome/browser/webdata/autofill_entry.h"
-#include "chrome/browser/webdata/web_database.h"
#include "components/autofill/browser/autofill_country.h"
#include "components/autofill/browser/autofill_profile.h"
#include "components/autofill/browser/autofill_type.h"
#include "components/autofill/browser/credit_card.h"
#include "components/autofill/browser/personal_data_manager.h"
#include "components/autofill/common/form_field_data.h"
+#include "components/webdata/autofill/autofill_change.h"
+#include "components/webdata/autofill/autofill_entry.h"
+#include "components/webdata/common/web_database.h"
#include "components/webdata/encryptor/encryptor.h"
#include "sql/statement.h"
#include "ui/base/l10n/l10n_util.h"

Powered by Google App Engine
This is Rietveld 408576698