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

Unified Diff: Source/core/speech/SpeechInputResult.cpp

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/SpeechInputResult.h ('k') | Source/core/speech/SpeechInputResult.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/speech/SpeechInputResult.cpp
diff --git a/Source/core/page/SpeechInputResult.cpp b/Source/core/speech/SpeechInputResult.cpp
similarity index 98%
rename from Source/core/page/SpeechInputResult.cpp
rename to Source/core/speech/SpeechInputResult.cpp
index 82ef65b8580518a6cb7010de59ad8198c94d4e33..1673455fe4be00dd758c6f4c8c1075f95a9fa0a6 100644
--- a/Source/core/page/SpeechInputResult.cpp
+++ b/Source/core/speech/SpeechInputResult.cpp
@@ -24,7 +24,7 @@
*/
#include "config.h"
-#include "core/page/SpeechInputResult.h"
+#include "core/speech/SpeechInputResult.h"
#if ENABLE(INPUT_SPEECH)
« no previous file with comments | « Source/core/speech/SpeechInputResult.h ('k') | Source/core/speech/SpeechInputResult.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698