| Index: content/browser/speech/endpointer/endpointer.h
|
| diff --git a/content/browser/speech/endpointer/endpointer.h b/content/browser/speech/endpointer/endpointer.h
|
| index 89ec3a920155500b1d294c08c302d08ffc60c4db..6688ee63dc98567ffe3cd45454655dbee6d9ac1d 100644
|
| --- a/content/browser/speech/endpointer/endpointer.h
|
| +++ b/content/browser/speech/endpointer/endpointer.h
|
| @@ -11,7 +11,7 @@
|
|
|
| class EpStatus;
|
|
|
| -namespace speech {
|
| +namespace content {
|
|
|
| class AudioChunk;
|
|
|
| @@ -148,6 +148,6 @@ class CONTENT_EXPORT Endpointer {
|
| int32 frame_size_;
|
| };
|
|
|
| -} // namespace speech
|
| +} // namespace content
|
|
|
| #endif // CONTENT_BROWSER_SPEECH_ENDPOINTER_ENDPOINTER_H_
|
|
|