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

Unified Diff: public/web/WebSpeechInputResult.h

Issue 61773005: Rename WebKit namespace to blink (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 1 month 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 | « public/web/WebSpeechInputListener.h ('k') | public/web/WebSpeechRecognitionHandle.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/web/WebSpeechInputResult.h
diff --git a/public/web/WebSpeechInputResult.h b/public/web/WebSpeechInputResult.h
index 4f4ac95dd7f04a59fe3a852681adf720c1a1d02c..2222690eb538ca8144d0eed5556e9e27f8e5434b 100644
--- a/public/web/WebSpeechInputResult.h
+++ b/public/web/WebSpeechInputResult.h
@@ -35,7 +35,7 @@ namespace WebCore {
class SpeechInputResult;
}
-namespace WebKit {
+namespace blink {
// This class holds one speech recognition result including the text and other related
// fields, as received from the embedder.
@@ -66,6 +66,6 @@ private:
typedef WebVector<WebSpeechInputResult> WebSpeechInputResultArray;
-} // namespace WebKit
+} // namespace blink
#endif // WebSpeechInputResult_h
« no previous file with comments | « public/web/WebSpeechInputListener.h ('k') | public/web/WebSpeechRecognitionHandle.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698