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

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

Issue 110393002: Move PlatformSpeech stuff to platform/ (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: 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/WebSpeechSynthesizerClientImpl.cpp
diff --git a/Source/core/platform/chromium/support/WebSpeechSynthesizerClientImpl.cpp b/Source/platform/exported/WebSpeechSynthesizerClientImpl.cpp
similarity index 96%
rename from Source/core/platform/chromium/support/WebSpeechSynthesizerClientImpl.cpp
rename to Source/platform/exported/WebSpeechSynthesizerClientImpl.cpp
index d8e2a272469b8e0209acbb96d2f617b3faac6cbe..da6fc390deca868cd10ae34211af62e10a2e8466 100644
--- a/Source/core/platform/chromium/support/WebSpeechSynthesizerClientImpl.cpp
+++ b/Source/platform/exported/WebSpeechSynthesizerClientImpl.cpp
@@ -24,9 +24,9 @@
*/
#include "config.h"
-#include "core/platform/chromium/support/WebSpeechSynthesizerClientImpl.h"
+#include "platform/exported/WebSpeechSynthesizerClientImpl.h"
-#include "core/platform/PlatformSpeechSynthesisUtterance.h"
+#include "platform/speech/PlatformSpeechSynthesisUtterance.h"
namespace WebCore {

Powered by Google App Engine
This is Rietveld 408576698