| Index: components/webdata/autofill/autofill_webdata_service.h
|
| diff --git a/chrome/browser/webdata/autofill_web_data_service.h b/components/webdata/autofill/autofill_webdata_service.h
|
| similarity index 91%
|
| rename from chrome/browser/webdata/autofill_web_data_service.h
|
| rename to components/webdata/autofill/autofill_webdata_service.h
|
| index c2348983f1bb5817f19d1592db2b082c90422342..b5ef156313c4455ed443144e9c90fec2b64a8c5f 100644
|
| --- a/chrome/browser/webdata/autofill_web_data_service.h
|
| +++ b/components/webdata/autofill/autofill_webdata_service.h
|
| @@ -2,19 +2,19 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef CHROME_BROWSER_WEBDATA_AUTOFILL_WEB_DATA_SERVICE_H_
|
| -#define CHROME_BROWSER_WEBDATA_AUTOFILL_WEB_DATA_SERVICE_H_
|
| +#ifndef COMPONENTS_WEBDATA_AUTOFILL_AUTOFILL_WEBDATA_SERVICE_H_
|
| +#define COMPONENTS_WEBDATA_AUTOFILL_AUTOFILL_WEBDATA_SERVICE_H_
|
|
|
| #include <vector>
|
|
|
| #include "base/memory/ref_counted.h"
|
| #include "base/observer_list.h"
|
| -#include "chrome/browser/api/webdata/autofill_web_data.h"
|
| -#include "chrome/browser/api/webdata/web_data_results.h"
|
| -#include "chrome/browser/api/webdata/web_data_service_base.h"
|
| -#include "chrome/browser/api/webdata/web_data_service_consumer.h"
|
| -#include "chrome/browser/webdata/web_database.h"
|
| #include "components/autofill/common/form_field_data.h"
|
| +#include "components/webdata/autofill/autofill_webdata.h"
|
| +#include "components/webdata/common/web_data_results.h"
|
| +#include "components/webdata/common/web_data_service_base.h"
|
| +#include "components/webdata/common/web_data_service_consumer.h"
|
| +#include "components/webdata/common/web_database.h"
|
|
|
| class AutofillChange;
|
| class AutofillProfile;
|
| @@ -129,4 +129,4 @@ class AutofillWebDataService : public AutofillWebData,
|
| DISALLOW_COPY_AND_ASSIGN(AutofillWebDataService);
|
| };
|
|
|
| -#endif // CHROME_BROWSER_WEBDATA_AUTOFILL_WEB_DATA_SERVICE_H_
|
| +#endif // COMPONENTS_WEBDATA_AUTOFILL_AUTOFILL_WEBDATA_SERVICE_H_
|
|
|