Index: components/autofill/browser/autofill_type.h |
diff --git a/chrome/browser/autofill/autofill_type.h b/components/autofill/browser/autofill_type.h |
similarity index 87% |
rename from chrome/browser/autofill/autofill_type.h |
rename to components/autofill/browser/autofill_type.h |
index 0ff1062fc46a36b3ba954ab5e0bfab2d33b1edbc..a199c2460364bf574f200a3b5776984bce4af707 100644 |
--- a/chrome/browser/autofill/autofill_type.h |
+++ b/components/autofill/browser/autofill_type.h |
@@ -2,15 +2,15 @@ |
// 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_TYPE_H_ |
-#define CHROME_BROWSER_AUTOFILL_AUTOFILL_TYPE_H_ |
+#ifndef COMPONENTS_AUTOFILL_BROWSER_AUTOFILL_TYPE_H_ |
+#define COMPONENTS_AUTOFILL_BROWSER_AUTOFILL_TYPE_H_ |
#include <map> |
#include <set> |
#include <string> |
#include "base/string16.h" |
-#include "chrome/browser/autofill/field_types.h" |
+#include "components/autofill/browser/field_types.h" |
// The high-level description of Autofill types, used to categorize form fields |
// and for associating form fields with form values in the Web Database. |
@@ -51,4 +51,4 @@ typedef AutofillType::FieldTypeGroup FieldTypeGroup; |
typedef std::set<AutofillFieldType> FieldTypeSet; |
typedef std::map<string16, AutofillFieldType> FieldTypeMap; |
-#endif // CHROME_BROWSER_AUTOFILL_AUTOFILL_TYPE_H_ |
+#endif // COMPONENTS_AUTOFILL_BROWSER_AUTOFILL_TYPE_H_ |