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

Unified Diff: Source/web/WebSpeechRecognitionResult.cpp

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/WebSpeechRecognitionHandle.cpp ('k') | Source/web/WebStorageEventDispatcherImpl.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/web/WebSpeechRecognitionResult.cpp
diff --git a/Source/web/WebSpeechRecognitionResult.cpp b/Source/web/WebSpeechRecognitionResult.cpp
index 979bafa0eb4d1ab273b5aaa08eeb5963432d3201..165cfe02afda7d96eca4e7fc973ed62f4e62d9ba 100644
--- a/Source/web/WebSpeechRecognitionResult.cpp
+++ b/Source/web/WebSpeechRecognitionResult.cpp
@@ -31,7 +31,7 @@
#include "wtf/PassRefPtr.h"
#include "wtf/Vector.h"
-namespace WebKit {
+namespace blink {
void WebSpeechRecognitionResult::assign(const WebSpeechRecognitionResult& other)
{
@@ -59,4 +59,4 @@ WebSpeechRecognitionResult::operator PassRefPtr<WebCore::SpeechRecognitionResult
return m_private.get();
}
-} // namespace WebKit
+} // namespace blink
« no previous file with comments | « Source/web/WebSpeechRecognitionHandle.cpp ('k') | Source/web/WebStorageEventDispatcherImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698