Index: components/autofill/browser/autofill_profile.h |
diff --git a/chrome/browser/autofill/autofill_profile.h b/components/autofill/browser/autofill_profile.h |
similarity index 94% |
rename from chrome/browser/autofill/autofill_profile.h |
rename to components/autofill/browser/autofill_profile.h |
index e24d6f8296c0d3f503b8fc38727fc20afab5b2d0..8dbf63a52f1819b0363b1eb1b7bf0ee3b2fb04b1 100644 |
--- a/chrome/browser/autofill/autofill_profile.h |
+++ b/components/autofill/browser/autofill_profile.h |
@@ -2,8 +2,8 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#ifndef CHROME_BROWSER_AUTOFILL_AUTOFILL_PROFILE_H_ |
-#define CHROME_BROWSER_AUTOFILL_AUTOFILL_PROFILE_H_ |
+#ifndef COMPONENTS_AUTOFILL_BROWSER_AUTOFILL_PROFILE_H_ |
+#define COMPONENTS_AUTOFILL_BROWSER_AUTOFILL_PROFILE_H_ |
#include <stddef.h> |
@@ -13,12 +13,12 @@ |
#include <vector> |
#include "base/string16.h" |
-#include "chrome/browser/autofill/address.h" |
-#include "chrome/browser/autofill/autofill_type.h" |
-#include "chrome/browser/autofill/contact_info.h" |
-#include "chrome/browser/autofill/field_types.h" |
-#include "chrome/browser/autofill/form_group.h" |
-#include "chrome/browser/autofill/phone_number.h" |
+#include "components/autofill/browser/address.h" |
+#include "components/autofill/browser/autofill_type.h" |
+#include "components/autofill/browser/contact_info.h" |
+#include "components/autofill/browser/field_types.h" |
+#include "components/autofill/browser/form_group.h" |
+#include "components/autofill/browser/phone_number.h" |
struct FormFieldData; |
@@ -208,4 +208,4 @@ class AutofillProfile : public FormGroup { |
// So we can compare AutofillProfiles with EXPECT_EQ(). |
std::ostream& operator<<(std::ostream& os, const AutofillProfile& profile); |
-#endif // CHROME_BROWSER_AUTOFILL_AUTOFILL_PROFILE_H_ |
+#endif // COMPONENTS_AUTOFILL_BROWSER_AUTOFILL_PROFILE_H_ |