| Index: components/autofill/browser/webdata/autofill_webdata_service_observer.h
|
| diff --git a/components/autofill/browser/webdata/autofill_webdata_service_observer.h b/components/autofill/browser/webdata/autofill_webdata_service_observer.h
|
| index efc3ee50202dcde34a062c021106b6ade4dbbfc5..9d232dd3aa492ede26589012108852ab18167a6c 100644
|
| --- a/components/autofill/browser/webdata/autofill_webdata_service_observer.h
|
| +++ b/components/autofill/browser/webdata/autofill_webdata_service_observer.h
|
| @@ -6,10 +6,11 @@
|
| #define COMPONENTS_AUTOFILL_BROWSER_WEBDATA_AUTOFILL_WEBDATA_SERVICE_OBSERVER_H_
|
|
|
| #include "components/autofill/browser/webdata/autofill_change.h"
|
| +#include "components/autofill/common/autofill_export.h"
|
|
|
| namespace autofill {
|
|
|
| -class AutofillWebDataServiceObserverOnDBThread {
|
| +class AUTOFILL_EXPORT AutofillWebDataServiceObserverOnDBThread {
|
| public:
|
| // Called on DB thread whenever Autofill entries are changed.
|
| virtual void AutofillEntriesChanged(const AutofillChangeList& changes) {}
|
| @@ -22,7 +23,7 @@ class AutofillWebDataServiceObserverOnDBThread {
|
| virtual ~AutofillWebDataServiceObserverOnDBThread() {}
|
| };
|
|
|
| -class AutofillWebDataServiceObserverOnUIThread {
|
| +class AUTOFILL_EXPORT AutofillWebDataServiceObserverOnUIThread {
|
| public:
|
| // Called on UI thread whenever the web database service has finished loading
|
| // the web database.
|
|
|