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

Unified Diff: Source/core/speech/SpeechInputResultList.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/SpeechInputResult.idl ('k') | Source/core/speech/SpeechInputResultList.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/speech/SpeechInputResultList.h
diff --git a/Source/core/page/SpeechInputResultList.h b/Source/core/speech/SpeechInputResultList.h
similarity index 97%
rename from Source/core/page/SpeechInputResultList.h
rename to Source/core/speech/SpeechInputResultList.h
index eef6ca3624b637527aee3bd41ee95bf338c10e42..3edb9d5bef0638a0a85e30a074672602d15d4bb0 100644
--- a/Source/core/page/SpeechInputResultList.h
+++ b/Source/core/speech/SpeechInputResultList.h
@@ -29,7 +29,7 @@
#if ENABLE(INPUT_SPEECH)
#include "bindings/v8/ScriptWrappable.h"
-#include "core/page/SpeechInputResult.h"
+#include "core/speech/SpeechInputResult.h"
#include "wtf/PassRefPtr.h"
#include "wtf/RefCounted.h"
« no previous file with comments | « Source/core/speech/SpeechInputResult.idl ('k') | Source/core/speech/SpeechInputResultList.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698