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

Unified Diff: Source/platform/speech/PlatformSpeechSynthesizer.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/speech/PlatformSpeechSynthesizer.h ('k') | public/platform/WebSpeechSynthesisUtterance.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/speech/PlatformSpeechSynthesizer.cpp
diff --git a/Source/core/platform/PlatformSpeechSynthesizer.cpp b/Source/platform/speech/PlatformSpeechSynthesizer.cpp
similarity index 94%
rename from Source/core/platform/PlatformSpeechSynthesizer.cpp
rename to Source/platform/speech/PlatformSpeechSynthesizer.cpp
index 20564a2628932d479cbb6dce159f630074fc2166..e52128d2750b77f00c41bc00f9405e3ff4e42c4c 100644
--- a/Source/core/platform/PlatformSpeechSynthesizer.cpp
+++ b/Source/platform/speech/PlatformSpeechSynthesizer.cpp
@@ -24,10 +24,10 @@
*/
#include "config.h"
-#include "core/platform/PlatformSpeechSynthesizer.h"
+#include "platform/speech/PlatformSpeechSynthesizer.h"
-#include "core/platform/PlatformSpeechSynthesisUtterance.h"
-#include "core/platform/chromium/support/WebSpeechSynthesizerClientImpl.h"
+#include "platform/exported/WebSpeechSynthesizerClientImpl.h"
+#include "platform/speech/PlatformSpeechSynthesisUtterance.h"
#include "public/platform/Platform.h"
#include "public/platform/WebSpeechSynthesisUtterance.h"
#include "public/platform/WebSpeechSynthesizer.h"
« no previous file with comments | « Source/platform/speech/PlatformSpeechSynthesizer.h ('k') | public/platform/WebSpeechSynthesisUtterance.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698