| Index: components/autofill/browser/personal_data_manager.h
|
| diff --git a/chrome/browser/autofill/personal_data_manager.h b/components/autofill/browser/personal_data_manager.h
|
| similarity index 97%
|
| rename from chrome/browser/autofill/personal_data_manager.h
|
| rename to components/autofill/browser/personal_data_manager.h
|
| index b5889452db17217f967b87b183b8c6add77d9d54..4a1292ac3da7974ac4c99d5f0162b2ec250710a7 100644
|
| --- a/chrome/browser/autofill/personal_data_manager.h
|
| +++ b/components/autofill/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 CHROME_BROWSER_AUTOFILL_PERSONAL_DATA_MANAGER_H_
|
| -#define CHROME_BROWSER_AUTOFILL_PERSONAL_DATA_MANAGER_H_
|
| +#ifndef COMPONENTS_AUTOFILL_BROWSER_PERSONAL_DATA_MANAGER_H_
|
| +#define COMPONENTS_AUTOFILL_BROWSER_PERSONAL_DATA_MANAGER_H_
|
|
|
| #include <set>
|
| #include <vector>
|
| @@ -14,9 +14,9 @@
|
| #include "base/observer_list.h"
|
| #include "base/string16.h"
|
| #include "chrome/browser/api/webdata/web_data_service_consumer.h"
|
| -#include "chrome/browser/autofill/autofill_profile.h"
|
| -#include "chrome/browser/autofill/credit_card.h"
|
| -#include "chrome/browser/autofill/field_types.h"
|
| +#include "components/autofill/browser/autofill_profile.h"
|
| +#include "components/autofill/browser/credit_card.h"
|
| +#include "components/autofill/browser/field_types.h"
|
| #include "content/public/browser/notification_observer.h"
|
| #include "content/public/browser/notification_registrar.h"
|
|
|
| @@ -279,4 +279,4 @@ class PersonalDataManager : public WebDataServiceConsumer,
|
| DISALLOW_COPY_AND_ASSIGN(PersonalDataManager);
|
| };
|
|
|
| -#endif // CHROME_BROWSER_AUTOFILL_PERSONAL_DATA_MANAGER_H_
|
| +#endif // COMPONENTS_AUTOFILL_BROWSER_PERSONAL_DATA_MANAGER_H_
|
|
|