| Index: content/browser/speech/speech_recognition_request.h
|
| diff --git a/content/browser/speech/speech_recognition_request.h b/content/browser/speech/speech_recognition_request.h
|
| index 0c79ed6c46ab00a5211c3065244045c6f2236d72..6a6664142f159b85afec219855db501a4f867098 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;
|
|
|