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

Unified Diff: Source/web/SpeechInputClientImpl.h

Issue 26952002: Move speech related files out of page/ into their own directory. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 2 months 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/speech/SpeechInputResultList.idl ('k') | Source/web/SpeechInputClientImpl.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/web/SpeechInputClientImpl.h
diff --git a/Source/web/SpeechInputClientImpl.h b/Source/web/SpeechInputClientImpl.h
index 542293c2c416e2e06b76fb3c8a86819a0e790116..e25821147bcce80b9fe329660bde675268ef2064 100644
--- a/Source/web/SpeechInputClientImpl.h
+++ b/Source/web/SpeechInputClientImpl.h
@@ -34,7 +34,7 @@
#if ENABLE(INPUT_SPEECH)
#include "WebSpeechInputListener.h"
-#include "core/page/SpeechInputClient.h"
+#include "core/speech/SpeechInputClient.h"
#include "wtf/Forward.h"
#include "wtf/OwnPtr.h"
#include "wtf/PassOwnPtr.h"
« no previous file with comments | « Source/core/speech/SpeechInputResultList.idl ('k') | Source/web/SpeechInputClientImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698