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

Unified Diff: Source/core/speech/SpeechInput.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/page/SpeechInputResultList.idl ('k') | Source/core/speech/SpeechInput.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/speech/SpeechInput.h
diff --git a/Source/core/page/SpeechInput.h b/Source/core/speech/SpeechInput.h
similarity index 96%
rename from Source/core/page/SpeechInput.h
rename to Source/core/speech/SpeechInput.h
index 8544e2136b3ce91ba04812d755e2435f48ac8999..dcc717137bfec36a62bdbcfe379095d254db0db5 100644
--- a/Source/core/page/SpeechInput.h
+++ b/Source/core/speech/SpeechInput.h
@@ -34,7 +34,7 @@
#if ENABLE(INPUT_SPEECH)
#include "core/page/Page.h"
-#include "core/page/SpeechInputListener.h"
+#include "core/speech/SpeechInputListener.h"
#include "wtf/Forward.h"
#include "wtf/HashMap.h"
@@ -48,8 +48,7 @@ class SpeechInputListener;
// This class connects the input elements requiring speech input with the platform specific
// speech recognition engine. It provides methods for the input elements to activate speech
// recognition and methods for the speech recognition engine to return back the results.
-class SpeechInput : public SpeechInputListener,
- public Supplement<Page> {
+class SpeechInput : public SpeechInputListener, public Supplement<Page> {
WTF_MAKE_NONCOPYABLE(SpeechInput);
public:
virtual ~SpeechInput();
« no previous file with comments | « Source/core/page/SpeechInputResultList.idl ('k') | Source/core/speech/SpeechInput.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698