| Index: public/web/WebSpeechInputResult.h
|
| diff --git a/public/web/WebSpeechInputResult.h b/public/web/WebSpeechInputResult.h
|
| index 4f4ac95dd7f04a59fe3a852681adf720c1a1d02c..2222690eb538ca8144d0eed5556e9e27f8e5434b 100644
|
| --- a/public/web/WebSpeechInputResult.h
|
| +++ b/public/web/WebSpeechInputResult.h
|
| @@ -35,7 +35,7 @@ namespace WebCore {
|
| class SpeechInputResult;
|
| }
|
|
|
| -namespace WebKit {
|
| +namespace blink {
|
|
|
| // This class holds one speech recognition result including the text and other related
|
| // fields, as received from the embedder.
|
| @@ -66,6 +66,6 @@ private:
|
|
|
| typedef WebVector<WebSpeechInputResult> WebSpeechInputResultArray;
|
|
|
| -} // namespace WebKit
|
| +} // namespace blink
|
|
|
| #endif // WebSpeechInputResult_h
|
|
|