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

Unified Diff: components/autofill/browser/contact_info.cc

Issue 12434004: Move remaining Autofill code to //components/autofill. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix long lines 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
« no previous file with comments | « components/autofill/browser/contact_info.h ('k') | components/autofill/browser/contact_info_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/autofill/browser/contact_info.cc
diff --git a/chrome/browser/autofill/contact_info.cc b/components/autofill/browser/contact_info.cc
similarity index 96%
rename from chrome/browser/autofill/contact_info.cc
rename to components/autofill/browser/contact_info.cc
index 9aca71e96ea54b73f1d840f8e490ddd7711793fc..7911ea8a7a38134bf64f92f961d3a8cba583f05e 100644
--- a/chrome/browser/autofill/contact_info.cc
+++ b/components/autofill/browser/contact_info.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/autofill/contact_info.h"
+#include "components/autofill/browser/contact_info.h"
#include <stddef.h>
#include <ostream>
@@ -12,8 +12,8 @@
#include "base/logging.h"
#include "base/string_util.h"
#include "base/utf_string_conversions.h"
-#include "chrome/browser/autofill/autofill_type.h"
-#include "chrome/browser/autofill/field_types.h"
+#include "components/autofill/browser/autofill_type.h"
+#include "components/autofill/browser/field_types.h"
static const AutofillFieldType kAutofillNameInfoTypes[] = {
NAME_FIRST,
« no previous file with comments | « components/autofill/browser/contact_info.h ('k') | components/autofill/browser/contact_info_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698