Index: components/autofill/core/browser/autofill_type.h |
diff --git a/components/autofill/browser/autofill_type.h b/components/autofill/core/browser/autofill_type.h |
similarity index 88% |
rename from components/autofill/browser/autofill_type.h |
rename to components/autofill/core/browser/autofill_type.h |
index 34bbbedfd9e4227937ccba69e628708f8d11326c..cbd663d91843351cc52f14ae1089e498ea314877 100644 |
--- a/components/autofill/browser/autofill_type.h |
+++ b/components/autofill/core/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 COMPONENTS_AUTOFILL_BROWSER_AUTOFILL_TYPE_H_ |
-#define COMPONENTS_AUTOFILL_BROWSER_AUTOFILL_TYPE_H_ |
+#ifndef COMPONENTS_AUTOFILL_CORE_BROWSER_AUTOFILL_TYPE_H_ |
+#define COMPONENTS_AUTOFILL_CORE_BROWSER_AUTOFILL_TYPE_H_ |
#include <map> |
#include <set> |
#include <string> |
#include "base/strings/string16.h" |
-#include "components/autofill/browser/field_types.h" |
+#include "components/autofill/core/browser/field_types.h" |
namespace autofill { |
@@ -61,4 +61,4 @@ typedef std::map<base::string16, AutofillFieldType> FieldTypeMap; |
} // namespace autofill |
-#endif // COMPONENTS_AUTOFILL_BROWSER_AUTOFILL_TYPE_H_ |
+#endif // COMPONENTS_AUTOFILL_CORE_BROWSER_AUTOFILL_TYPE_H_ |