| Index: third_party/WebKit/Source/modules/speech/SpeechRecognitionClientProxy.h
|
| diff --git a/third_party/WebKit/Source/web/SpeechRecognitionClientProxy.h b/third_party/WebKit/Source/modules/speech/SpeechRecognitionClientProxy.h
|
| similarity index 94%
|
| rename from third_party/WebKit/Source/web/SpeechRecognitionClientProxy.h
|
| rename to third_party/WebKit/Source/modules/speech/SpeechRecognitionClientProxy.h
|
| index 018910c4ffaa2bdf0c2185ffd1d755eb53509eef..1c8a95d49ba21437432c7d037f0251898ebf473d 100644
|
| --- a/third_party/WebKit/Source/web/SpeechRecognitionClientProxy.h
|
| +++ b/third_party/WebKit/Source/modules/speech/SpeechRecognitionClientProxy.h
|
| @@ -27,6 +27,7 @@
|
| #define SpeechRecognitionClientProxy_h
|
|
|
| #include <memory>
|
| +#include "modules/ModulesExport.h"
|
| #include "modules/speech/SpeechRecognitionClient.h"
|
| #include "platform/wtf/Compiler.h"
|
| #include "platform/wtf/text/WTFString.h"
|
| @@ -38,8 +39,9 @@ class MediaStreamTrack;
|
| class WebSpeechRecognizer;
|
| class WebString;
|
|
|
| -class SpeechRecognitionClientProxy final : public SpeechRecognitionClient,
|
| - public WebSpeechRecognizerClient {
|
| +class MODULES_EXPORT SpeechRecognitionClientProxy final
|
| + : public NON_EXPORTED_BASE(SpeechRecognitionClient),
|
| + public WebSpeechRecognizerClient {
|
| public:
|
| ~SpeechRecognitionClientProxy() override;
|
|
|
|
|