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

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

Powered by Google App Engine
This is Rietveld 408576698