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

Unified Diff: components/autofill/browser/name_field.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/name_field.h ('k') | components/autofill/browser/name_field_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/autofill/browser/name_field.cc
diff --git a/chrome/browser/autofill/name_field.cc b/components/autofill/browser/name_field.cc
similarity index 96%
rename from chrome/browser/autofill/name_field.cc
rename to components/autofill/browser/name_field.cc
index 7467bccd5100d4f9e7215da9685814e49d3db168..8d291118d05c3799c8eb6d2a8d69a4cfd1c9f7c4 100644
--- a/chrome/browser/autofill/name_field.cc
+++ b/components/autofill/browser/name_field.cc
@@ -2,15 +2,15 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "chrome/browser/autofill/name_field.h"
+#include "components/autofill/browser/name_field.h"
#include "base/logging.h"
#include "base/memory/scoped_ptr.h"
#include "base/string_util.h"
#include "base/utf_string_conversions.h"
-#include "chrome/browser/autofill/autofill_regex_constants.h"
-#include "chrome/browser/autofill/autofill_scanner.h"
-#include "chrome/browser/autofill/autofill_type.h"
+#include "components/autofill/browser/autofill_regex_constants.h"
+#include "components/autofill/browser/autofill_scanner.h"
+#include "components/autofill/browser/autofill_type.h"
#include "ui/base/l10n/l10n_util.h"
namespace {
« no previous file with comments | « components/autofill/browser/name_field.h ('k') | components/autofill/browser/name_field_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698