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

Unified Diff: Source/platform/exported/WebSpeechSynthesisUtterance.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/WebSpeechSynthesisUtterance.cpp
diff --git a/Source/core/platform/chromium/support/WebSpeechSynthesisUtterance.cpp b/Source/platform/exported/WebSpeechSynthesisUtterance.cpp
similarity index 97%
rename from Source/core/platform/chromium/support/WebSpeechSynthesisUtterance.cpp
rename to Source/platform/exported/WebSpeechSynthesisUtterance.cpp
index 9a2cbe7315d7e0d91fa5ddd7c1d0cf5f7f1ba26d..4e49ce0a43fc996a429f62cbbae623a64bc93690 100644
--- a/Source/core/platform/chromium/support/WebSpeechSynthesisUtterance.cpp
+++ b/Source/platform/exported/WebSpeechSynthesisUtterance.cpp
@@ -27,7 +27,7 @@
#include "public/platform/WebSpeechSynthesisUtterance.h"
-#include "core/platform/PlatformSpeechSynthesisUtterance.h"
+#include "platform/speech/PlatformSpeechSynthesisUtterance.h"
#include "wtf/PassRefPtr.h"
#include "wtf/RefPtr.h"

Powered by Google App Engine
This is Rietveld 408576698