Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(391)

Unified Diff: components/autofill/browser/webdata/autofill_webdata_service_observer.h

Issue 13928035: WIP Component build of autofill Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: make windows compiling Created 7 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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.

Powered by Google App Engine
This is Rietveld 408576698