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

Unified Diff: third_party/WebKit/Source/modules/speech/SpeechRecognitionClientProxy.h

Issue 2877303002: Move speech related files from web -> modules/(speech|exported). (Closed)
Patch Set: Created 3 years, 7 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: 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;

Powered by Google App Engine
This is Rietveld 408576698