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

Unified Diff: Source/platform/exported/WebSpeechSynthesizerClientImpl.h

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
Index: Source/platform/exported/WebSpeechSynthesizerClientImpl.h
diff --git a/Source/core/platform/chromium/support/WebSpeechSynthesizerClientImpl.h b/Source/platform/exported/WebSpeechSynthesizerClientImpl.h
similarity index 98%
rename from Source/core/platform/chromium/support/WebSpeechSynthesizerClientImpl.h
rename to Source/platform/exported/WebSpeechSynthesizerClientImpl.h
index f70c2d2219808b611b8d6b987ff697d13596c716..022aeaba98677e5f030b00bbb68b4b6e0f2e2bd7 100644
--- a/Source/core/platform/chromium/support/WebSpeechSynthesizerClientImpl.h
+++ b/Source/platform/exported/WebSpeechSynthesizerClientImpl.h
@@ -26,7 +26,7 @@
#ifndef WebSpeechSynthesizerClientImpl_h
#define WebSpeechSynthesizerClientImpl_h
-#include "core/platform/PlatformSpeechSynthesizer.h"
+#include "platform/speech/PlatformSpeechSynthesizer.h"
#include "public/platform/WebSpeechSynthesisUtterance.h"
#include "public/platform/WebSpeechSynthesisVoice.h"
#include "public/platform/WebSpeechSynthesizerClient.h"
« no previous file with comments | « Source/platform/exported/WebSpeechSynthesisVoice.cpp ('k') | Source/platform/exported/WebSpeechSynthesizerClientImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698