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

Unified Diff: Source/core/platform/chromium/support/WebSpeechSynthesisVoice.cpp

Issue 102993008: Remove some of the dependencies from modules/ in core/ (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
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
« no previous file with comments | « Source/core/page/ChromeClient.h ('k') | Source/core/platform/mediastream/MediaStreamCenter.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/platform/chromium/support/WebSpeechSynthesisVoice.cpp
diff --git a/Source/core/platform/chromium/support/WebSpeechSynthesisVoice.cpp b/Source/core/platform/chromium/support/WebSpeechSynthesisVoice.cpp
index c2291405c03c439392f764e572e3e3a574a4f158..df1aa55bafe1c77d9d6dc015399f5d552da297c4 100644
--- a/Source/core/platform/chromium/support/WebSpeechSynthesisVoice.cpp
+++ b/Source/core/platform/chromium/support/WebSpeechSynthesisVoice.cpp
@@ -26,8 +26,7 @@
#include "config.h"
#include "public/platform/WebSpeechSynthesisVoice.h"
-#include "modules/speech/SpeechRecognitionAlternative.h"
-#include "modules/speech/SpeechSynthesisVoice.h"
+#include "core/platform/PlatformSpeechSynthesisVoice.h"
#include "wtf/PassRefPtr.h"
#include "wtf/Vector.h"
« no previous file with comments | « Source/core/page/ChromeClient.h ('k') | Source/core/platform/mediastream/MediaStreamCenter.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698