| 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
|
|
|