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

Unified Diff: Source/web/SpeechRecognitionClientProxy.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 | « Source/web/SpeechInputClientImpl.cpp ('k') | Source/web/SpeechRecognitionClientProxy.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/web/SpeechRecognitionClientProxy.h
diff --git a/Source/web/SpeechRecognitionClientProxy.h b/Source/web/SpeechRecognitionClientProxy.h
index 67c90f9ebf2f90692543feb715a3be1b4a3a4b06..63a45dac1b8c95bc0acd45c0260fc7db3c08e9d7 100644
--- a/Source/web/SpeechRecognitionClientProxy.h
+++ b/Source/web/SpeechRecognitionClientProxy.h
@@ -32,7 +32,7 @@
#include "wtf/PassOwnPtr.h"
#include "wtf/text/WTFString.h"
-namespace WebKit {
+namespace blink {
class WebSpeechRecognizer;
class WebString;
@@ -67,6 +67,6 @@ private:
WebSpeechRecognizer* m_recognizer;
};
-}; // namespace WebKit
+}; // namespace blink
#endif // SpeechRecognitionClientProxy_h
« no previous file with comments | « Source/web/SpeechInputClientImpl.cpp ('k') | Source/web/SpeechRecognitionClientProxy.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698