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

Unified Diff: components/autofill/browser/address.h

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/DEPS ('k') | components/autofill/browser/address.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/autofill/browser/address.h
diff --git a/chrome/browser/autofill/address.h b/components/autofill/browser/address.h
similarity index 81%
rename from chrome/browser/autofill/address.h
rename to components/autofill/browser/address.h
index a13b3308d05a6ce674b1dc6aba9a7572d3661384..5a3127d7250190d66d2b31d5d3f8cfa78e1ad4c8 100644
--- a/chrome/browser/autofill/address.h
+++ b/components/autofill/browser/address.h
@@ -2,16 +2,16 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef CHROME_BROWSER_AUTOFILL_ADDRESS_H_
-#define CHROME_BROWSER_AUTOFILL_ADDRESS_H_
+#ifndef COMPONENTS_AUTOFILL_BROWSER_ADDRESS_H_
+#define COMPONENTS_AUTOFILL_BROWSER_ADDRESS_H_
#include <string>
#include <vector>
#include "base/string16.h"
-#include "chrome/browser/autofill/autofill_type.h"
-#include "chrome/browser/autofill/field_types.h"
-#include "chrome/browser/autofill/form_group.h"
+#include "components/autofill/browser/autofill_type.h"
+#include "components/autofill/browser/field_types.h"
+#include "components/autofill/browser/form_group.h"
// A form group that stores address information.
class Address : public FormGroup {
@@ -51,4 +51,4 @@ class Address : public FormGroup {
string16 zip_code_;
};
-#endif // CHROME_BROWSER_AUTOFILL_ADDRESS_H_
+#endif // COMPONENTS_AUTOFILL_BROWSER_ADDRESS_H_
« no previous file with comments | « components/autofill/browser/DEPS ('k') | components/autofill/browser/address.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698