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

Unified Diff: components/autofill/browser/address.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/address.h ('k') | components/autofill/browser/address_field.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/autofill/browser/address.cc
diff --git a/chrome/browser/autofill/address.cc b/components/autofill/browser/address.cc
similarity index 93%
rename from chrome/browser/autofill/address.cc
rename to components/autofill/browser/address.cc
index c1ed7acfcb776422a41690f5733f94377de0f71c..7e430f8f0cb920a154e77b0945a84babf4a96397 100644
--- a/chrome/browser/autofill/address.cc
+++ b/components/autofill/browser/address.cc
@@ -2,16 +2,16 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "chrome/browser/autofill/address.h"
+#include "components/autofill/browser/address.h"
#include <stddef.h>
#include "base/basictypes.h"
#include "base/logging.h"
#include "base/string_util.h"
-#include "chrome/browser/autofill/autofill_country.h"
-#include "chrome/browser/autofill/autofill_type.h"
-#include "chrome/browser/autofill/field_types.h"
+#include "components/autofill/browser/autofill_country.h"
+#include "components/autofill/browser/autofill_type.h"
+#include "components/autofill/browser/field_types.h"
namespace {
« no previous file with comments | « components/autofill/browser/address.h ('k') | components/autofill/browser/address_field.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698