Index: components/autofill/core/browser/form_field.h |
diff --git a/components/autofill/browser/form_field.h b/components/autofill/core/browser/form_field.h |
similarity index 95% |
rename from components/autofill/browser/form_field.h |
rename to components/autofill/core/browser/form_field.h |
index afa5bbe84f8d201a125f285b6fe2adb323460a0e..74cb381003455764b93c0cb6494257c3bc677099 100644 |
--- a/components/autofill/browser/form_field.h |
+++ b/components/autofill/core/browser/form_field.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_FORM_FIELD_H_ |
-#define COMPONENTS_AUTOFILL_BROWSER_FORM_FIELD_H_ |
+#ifndef COMPONENTS_AUTOFILL_CORE_BROWSER_FORM_FIELD_H_ |
+#define COMPONENTS_AUTOFILL_CORE_BROWSER_FORM_FIELD_H_ |
#include <vector> |
#include "base/basictypes.h" |
#include "base/gtest_prod_util.h" |
#include "base/strings/string16.h" |
-#include "components/autofill/browser/autofill_type.h" |
+#include "components/autofill/core/browser/autofill_type.h" |
namespace autofill { |
@@ -121,4 +121,4 @@ class FormField { |
} // namespace autofill |
-#endif // COMPONENTS_AUTOFILL_BROWSER_FORM_FIELD_H_ |
+#endif // COMPONENTS_AUTOFILL_CORE_BROWSER_FORM_FIELD_H_ |