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

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: 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
« no previous file with comments | « Source/platform/blink_platform.gypi ('k') | Source/platform/exported/WebSpeechSynthesisVoice.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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"
« no previous file with comments | « Source/platform/blink_platform.gypi ('k') | Source/platform/exported/WebSpeechSynthesisVoice.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698