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

Unified Diff: components/webdata/common/web_data_service_consumer.h

Issue 13839013: Webdata Component tryjobs NOT FOR REVIEW (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: After WD/AF merge 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/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
« no previous file with comments | « components/webdata/common/web_data_service_base.h ('k') | components/webdata/common/web_data_service_test_util.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698