summaryrefslogtreecommitdiffstats
path: root/content/browser/speech/speech_recognition_request.h
diff options
context:
space:
mode:
authordpranke@chromium.org <dpranke@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-09-22 19:30:12 +0000
committerdpranke@chromium.org <dpranke@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-09-22 19:30:12 +0000
commit7da5a2a9a49baecd225b6f38c5880cb34cf75a10 (patch)
tree07650f893526eb5bfc61adf22a8c2800fb1f49db /content/browser/speech/speech_recognition_request.h
parent242503c64503eef50c858af8ac35d71dd598220a (diff)
downloadchromium_src-7da5a2a9a49baecd225b6f38c5880cb34cf75a10.zip
chromium_src-7da5a2a9a49baecd225b6f38c5880cb34cf75a10.tar.gz
chromium_src-7da5a2a9a49baecd225b6f38c5880cb34cf75a10.tar.bz2
Fix more symbol exports and a compile failure for the component build of
content. R=jam@chromium.org,crogers@google.com,allanwoj@chromium.org BUG=90442 TEST=none Review URL: http://codereview.chromium.org/7981049 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@102332 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/browser/speech/speech_recognition_request.h')
-rw-r--r--content/browser/speech/speech_recognition_request.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/content/browser/speech/speech_recognition_request.h b/content/browser/speech/speech_recognition_request.h
index 0c79ed6..6a66641 100644
--- a/content/browser/speech/speech_recognition_request.h
+++ b/content/browser/speech/speech_recognition_request.h
@@ -11,6 +11,7 @@
#include "base/basictypes.h"
#include "base/memory/ref_counted.h"
#include "base/memory/scoped_ptr.h"
+#include "content/common/content_export.h"
#include "content/common/net/url_fetcher.h"
#include "content/common/speech_input_result.h"
#include "googleurl/src/gurl.h"
@@ -31,7 +32,7 @@ class SpeechRecognitionRequest : public URLFetcher::Delegate {
static int url_fetcher_id_for_tests;
// Interface for receiving callbacks from this object.
- class Delegate {
+ class CONTENT_EXPORT Delegate {
public:
virtual void SetRecognitionResult(
bool error, const SpeechInputResultArray& result) = 0;