Index: components/autofill/core/browser/phone_number.h |
diff --git a/components/autofill/browser/phone_number.h b/components/autofill/core/browser/phone_number.h |
similarity index 90% |
rename from components/autofill/browser/phone_number.h |
rename to components/autofill/core/browser/phone_number.h |
index 26feea363224b24b09f4457d8f5c2c1a5fe40cf5..2cc819228592eb5083f4949caa44a48d4ac4c73f 100644 |
--- a/components/autofill/browser/phone_number.h |
+++ b/components/autofill/core/browser/phone_number.h |
@@ -2,17 +2,17 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#ifndef COMPONENTS_AUTOFILL_BROWSER_PHONE_NUMBER_H_ |
-#define COMPONENTS_AUTOFILL_BROWSER_PHONE_NUMBER_H_ |
+#ifndef COMPONENTS_AUTOFILL_CORE_BROWSER_PHONE_NUMBER_H_ |
+#define COMPONENTS_AUTOFILL_CORE_BROWSER_PHONE_NUMBER_H_ |
#include <string> |
#include <vector> |
#include "base/gtest_prod_util.h" |
#include "base/strings/string16.h" |
-#include "components/autofill/browser/autofill_type.h" |
-#include "components/autofill/browser/form_group.h" |
-#include "components/autofill/browser/phone_number_i18n.h" |
+#include "components/autofill/core/browser/autofill_type.h" |
+#include "components/autofill/core/browser/form_group.h" |
+#include "components/autofill/core/browser/phone_number_i18n.h" |
namespace autofill { |
@@ -95,4 +95,4 @@ class PhoneNumber : public FormGroup { |
} // namespace autofill |
-#endif // COMPONENTS_AUTOFILL_BROWSER_PHONE_NUMBER_H_ |
+#endif // COMPONENTS_AUTOFILL_CORE_BROWSER_PHONE_NUMBER_H_ |