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

Unified Diff: components/webdata/common/web_data_results.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_results.h
diff --git a/components/webdata/common/web_data_results.h b/components/webdata/common/web_data_results.h
index 9b27a3e86412fb07871a58c9556f618adb777d3b..b0d7aefe4d8824c486d417cfc02c190dbc54a494 100644
--- a/components/webdata/common/web_data_results.h
+++ b/components/webdata/common/web_data_results.h
@@ -7,6 +7,7 @@
#include "base/basictypes.h"
#include "base/callback.h"
+#include "components/webdata/common/webdata_export.h"
class WDTypedResult;
@@ -38,7 +39,7 @@ typedef base::Callback<void(const WDTypedResult*)> DestroyCallback;
//
// The top level class for a result.
//
-class WDTypedResult {
+class WEBDATA_EXPORT WDTypedResult {
public:
virtual ~WDTypedResult() {
}
@@ -82,7 +83,8 @@ template <class T> class WDResult : public WDTypedResult {
DISALLOW_COPY_AND_ASSIGN(WDResult);
};
-template <class T> class WDDestroyableResult : public WDTypedResult {
+template <class T> class WDDestroyableResult
+ : public WDTypedResult {
public:
WDDestroyableResult(
WDResultType type,
« no previous file with comments | « components/webdata/autofill/web_database_migration_unittest.cc ('k') | components/webdata/common/web_data_service_base.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698