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

Unified Diff: Source/platform/exported/WebSpeechSynthesisVoice.cpp

Issue 110393002: Move PlatformSpeech stuff to platform/ (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: WTF_MAKE_NONCOPYABLE Created 7 years 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: Source/platform/exported/WebSpeechSynthesisVoice.cpp
diff --git a/Source/core/platform/chromium/support/WebSpeechSynthesisVoice.cpp b/Source/platform/exported/WebSpeechSynthesisVoice.cpp
similarity index 97%
rename from Source/core/platform/chromium/support/WebSpeechSynthesisVoice.cpp
rename to Source/platform/exported/WebSpeechSynthesisVoice.cpp
index df1aa55bafe1c77d9d6dc015399f5d552da297c4..052b55b9188c7fcf0470e62967dda2db73cad31b 100644
--- a/Source/core/platform/chromium/support/WebSpeechSynthesisVoice.cpp
+++ b/Source/platform/exported/WebSpeechSynthesisVoice.cpp
@@ -26,7 +26,7 @@
#include "config.h"
#include "public/platform/WebSpeechSynthesisVoice.h"
-#include "core/platform/PlatformSpeechSynthesisVoice.h"
+#include "platform/speech/PlatformSpeechSynthesisVoice.h"
#include "wtf/PassRefPtr.h"
#include "wtf/Vector.h"
« no previous file with comments | « Source/platform/exported/WebSpeechSynthesisUtterance.cpp ('k') | Source/platform/exported/WebSpeechSynthesizerClientImpl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698