| Index: components/autofill/browser/phone_number.h
|
| diff --git a/chrome/browser/autofill/phone_number.h b/components/autofill/browser/phone_number.h
|
| similarity index 90%
|
| rename from chrome/browser/autofill/phone_number.h
|
| rename to components/autofill/browser/phone_number.h
|
| index ac02ed768cf3f214dd6f3e0b051f1734977e8796..79b780dd7ed534b124aa423a01153e240b749eb1 100644
|
| --- a/chrome/browser/autofill/phone_number.h
|
| +++ b/components/autofill/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 CHROME_BROWSER_AUTOFILL_PHONE_NUMBER_H_
|
| -#define CHROME_BROWSER_AUTOFILL_PHONE_NUMBER_H_
|
| +#ifndef COMPONENTS_AUTOFILL_BROWSER_PHONE_NUMBER_H_
|
| +#define COMPONENTS_AUTOFILL_BROWSER_PHONE_NUMBER_H_
|
|
|
| #include <string>
|
| #include <vector>
|
|
|
| #include "base/gtest_prod_util.h"
|
| #include "base/string16.h"
|
| -#include "chrome/browser/autofill/autofill_type.h"
|
| -#include "chrome/browser/autofill/form_group.h"
|
| -#include "chrome/browser/autofill/phone_number_i18n.h"
|
| +#include "components/autofill/browser/autofill_type.h"
|
| +#include "components/autofill/browser/form_group.h"
|
| +#include "components/autofill/browser/phone_number_i18n.h"
|
|
|
| class AutofillProfile;
|
|
|
| @@ -91,4 +91,4 @@ class PhoneNumber : public FormGroup {
|
| mutable autofill_i18n::PhoneObject cached_parsed_phone_;
|
| };
|
|
|
| -#endif // CHROME_BROWSER_AUTOFILL_PHONE_NUMBER_H_
|
| +#endif // COMPONENTS_AUTOFILL_BROWSER_PHONE_NUMBER_H_
|
|
|