Index: components/webdata/common/web_data_service_consumer.h |
diff --git a/components/webdata/common/web_data_service_consumer.h b/components/webdata/common/web_data_service_consumer.h |
index 2341a8f4935c25fada5e11f7c28cd96d1c8aad54..1052fa44e29735c4616567a5ab31e8a6ed3b2efa 100644 |
--- a/components/webdata/common/web_data_service_consumer.h |
+++ b/components/webdata/common/web_data_service_consumer.h |
@@ -7,10 +7,11 @@ |
#include "components/webdata/common/web_data_results.h" |
#include "components/webdata/common/web_data_service_base.h" |
+#include "components/webdata/common/webdata_export.h" |
// All requests to the web data service are asynchronous. When the request has |
// been performed, the data consumer is notified using the following interface. |
-class WebDataServiceConsumer { |
+class WEBDATA_EXPORT WebDataServiceConsumer { |
public: |
// Called when a request is done. h uniquely identifies the request. |
// result can be NULL, if no result is expected or if the database could |