diff options
author | caitkp@chromium.org <caitkp@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-04-11 20:24:20 +0000 |
---|---|---|
committer | caitkp@chromium.org <caitkp@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-04-11 20:24:20 +0000 |
commit | 84efa823aece2b561dbd2764e06aa7ea618f1b81 (patch) | |
tree | c871e96334127002675866f17b5ef9cfa478af56 /components/webdata/common/web_data_results.h | |
parent | e6868d84710b95d85626d909598a5ba66fd51e08 (diff) | |
download | chromium_src-84efa823aece2b561dbd2764e06aa7ea618f1b81.zip chromium_src-84efa823aece2b561dbd2764e06aa7ea618f1b81.tar.gz chromium_src-84efa823aece2b561dbd2764e06aa7ea618f1b81.tar.bz2 |
Build WebData as shared-lib component.
TBR=ben@chromium.org (chrome_browser.gypi change)
BUG=181277
Review URL: https://chromiumcodereview.appspot.com/14101004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@193727 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'components/webdata/common/web_data_results.h')
-rw-r--r-- | components/webdata/common/web_data_results.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/components/webdata/common/web_data_results.h b/components/webdata/common/web_data_results.h index 9b27a3e..7a225e9 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() { } |