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

Unified Diff: Source/platform/speech/PlatformSpeechSynthesisVoice.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/speech/PlatformSpeechSynthesisVoice.cpp
diff --git a/Source/core/platform/PlatformSpeechSynthesisVoice.cpp b/Source/platform/speech/PlatformSpeechSynthesisVoice.cpp
similarity index 97%
rename from Source/core/platform/PlatformSpeechSynthesisVoice.cpp
rename to Source/platform/speech/PlatformSpeechSynthesisVoice.cpp
index 39941d156fcd6c3db1010f4dbc5ecef0ae26ae46..a260dc8088a840422242b05b0c1964be00bb22e9 100644
--- a/Source/core/platform/PlatformSpeechSynthesisVoice.cpp
+++ b/Source/platform/speech/PlatformSpeechSynthesisVoice.cpp
@@ -24,7 +24,7 @@
*/
#include "config.h"
-#include "core/platform/PlatformSpeechSynthesisVoice.h"
+#include "platform/speech/PlatformSpeechSynthesisVoice.h"
namespace WebCore {

Powered by Google App Engine
This is Rietveld 408576698