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

Unified Diff: public/web/WebSpeechRecognitionHandle.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/WebSpeechInputResult.h ('k') | public/web/WebSpeechRecognitionParams.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/web/WebSpeechRecognitionHandle.h
diff --git a/public/web/WebSpeechRecognitionHandle.h b/public/web/WebSpeechRecognitionHandle.h
index af1d9176f11eb5045a24f08a746805c97c96a7c1..432d8fdfcdc03d21938c042a6394d21c37aa7b9b 100644
--- a/public/web/WebSpeechRecognitionHandle.h
+++ b/public/web/WebSpeechRecognitionHandle.h
@@ -33,7 +33,7 @@ namespace WebCore {
class SpeechRecognition;
}
-namespace WebKit {
+namespace blink {
class WebSpeechRecognitionResult;
class WebString;
@@ -86,6 +86,6 @@ inline bool operator<(const WebSpeechRecognitionHandle& a, const WebSpeechRecogn
return a.lessThan(b);
}
-} // namespace WebKit
+} // namespace blink
#endif // WebSpeechRecognitionHandle_h
« no previous file with comments | « public/web/WebSpeechInputResult.h ('k') | public/web/WebSpeechRecognitionParams.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698