| Index: components/webdata/autofill/autofill_webdata_service_observer.h
|
| diff --git a/chrome/browser/webdata/autofill_web_data_service_observer.h b/components/webdata/autofill/autofill_webdata_service_observer.h
|
| similarity index 78%
|
| rename from chrome/browser/webdata/autofill_web_data_service_observer.h
|
| rename to components/webdata/autofill/autofill_webdata_service_observer.h
|
| index 40ed6196d5238335a87d675c91be1dfa6cc0dc79..ed032abcecb0f5fd6895b71e88a05a04d6177dcd 100644
|
| --- a/chrome/browser/webdata/autofill_web_data_service_observer.h
|
| +++ b/components/webdata/autofill/autofill_webdata_service_observer.h
|
| @@ -2,10 +2,10 @@
|
| // 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_OBSERVER_H_
|
| -#define CHROME_BROWSER_WEBDATA_AUTOFILL_WEB_DATA_SERVICE_OBSERVER_H_
|
| +#ifndef COMPONENTS_WEBDATA_AUTOFILL_AUTOFILL_WEBDATA_SERVICE_OBSERVER_H_
|
| +#define COMPONENTS_WEBDATA_AUTOFILL_AUTOFILL_WEBDATA_SERVICE_OBSERVER_H_
|
|
|
| -#include "chrome/browser/webdata/autofill_change.h"
|
| +#include "components/webdata/autofill/autofill_change.h"
|
|
|
| class AutofillWebDataServiceObserverOnDBThread {
|
| public:
|
| @@ -34,4 +34,4 @@ class AutofillWebDataServiceObserverOnUIThread {
|
| virtual ~AutofillWebDataServiceObserverOnUIThread() {}
|
| };
|
|
|
| -#endif // CHROME_BROWSER_WEBDATA_AUTOFILL_WEB_DATA_SERVICE_OBSERVER_H_
|
| +#endif // COMPONENTS_WEBDATA_AUTOFILL_AUTOFILL_WEBDATA_SERVICE_OBSERVER_H_
|
|
|