| Index: components/autofill/core/browser/personal_data_manager.h
|
| diff --git a/components/autofill/browser/personal_data_manager.h b/components/autofill/core/browser/personal_data_manager.h
|
| similarity index 96%
|
| rename from components/autofill/browser/personal_data_manager.h
|
| rename to components/autofill/core/browser/personal_data_manager.h
|
| index 6a8b8c9a04e9fe5a6dea7981227452ec88ac8062..9ddcf3310205764bc8b5d5f40fb569202d464a45 100644
|
| --- a/components/autofill/browser/personal_data_manager.h
|
| +++ b/components/autofill/core/browser/personal_data_manager.h
|
| @@ -2,8 +2,8 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef COMPONENTS_AUTOFILL_BROWSER_PERSONAL_DATA_MANAGER_H_
|
| -#define COMPONENTS_AUTOFILL_BROWSER_PERSONAL_DATA_MANAGER_H_
|
| +#ifndef COMPONENTS_AUTOFILL_CORE_BROWSER_PERSONAL_DATA_MANAGER_H_
|
| +#define COMPONENTS_AUTOFILL_CORE_BROWSER_PERSONAL_DATA_MANAGER_H_
|
|
|
| #include <set>
|
| #include <vector>
|
| @@ -13,10 +13,10 @@
|
| #include "base/memory/scoped_vector.h"
|
| #include "base/observer_list.h"
|
| #include "base/strings/string16.h"
|
| -#include "components/autofill/browser/autofill_profile.h"
|
| -#include "components/autofill/browser/credit_card.h"
|
| -#include "components/autofill/browser/field_types.h"
|
| -#include "components/autofill/browser/webdata/autofill_webdata_service_observer.h"
|
| +#include "components/autofill/core/browser/autofill_profile.h"
|
| +#include "components/autofill/core/browser/credit_card.h"
|
| +#include "components/autofill/core/browser/field_types.h"
|
| +#include "components/autofill/core/browser/webdata/autofill_webdata_service_observer.h"
|
| #include "components/webdata/common/web_data_service_consumer.h"
|
|
|
| class RemoveAutofillTester;
|
| @@ -288,4 +288,4 @@ class PersonalDataManager : public WebDataServiceConsumer,
|
|
|
| } // namespace autofill
|
|
|
| -#endif // COMPONENTS_AUTOFILL_BROWSER_PERSONAL_DATA_MANAGER_H_
|
| +#endif // COMPONENTS_AUTOFILL_CORE_BROWSER_PERSONAL_DATA_MANAGER_H_
|
|
|