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

Unified Diff: public/web/WebSpeechInputController.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/WebSpeechGrammar.h ('k') | public/web/WebSpeechInputListener.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/web/WebSpeechInputController.h
diff --git a/public/web/WebSpeechInputController.h b/public/web/WebSpeechInputController.h
index 9cc0d1f437aa7ef2aa23e9b3ec8f7aaa64294335..6556330ef7e4312afdb08964d4fdb5a8cfa82268 100644
--- a/public/web/WebSpeechInputController.h
+++ b/public/web/WebSpeechInputController.h
@@ -33,7 +33,7 @@
#include "../platform/WebCommon.h"
-namespace WebKit {
+namespace blink {
struct WebRect;
class WebSecurityOrigin;
@@ -67,6 +67,6 @@ protected:
virtual ~WebSpeechInputController() { }
};
-} // namespace WebKit
+} // namespace blink
#endif // WebSpeechInputController_h
« no previous file with comments | « public/web/WebSpeechGrammar.h ('k') | public/web/WebSpeechInputListener.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698