| Index: content/browser/speech/endpointer/energy_endpointer.h
|
| diff --git a/content/browser/speech/endpointer/energy_endpointer.h b/content/browser/speech/endpointer/energy_endpointer.h
|
| index 9db927af81491240792220d7c38e7143af622e85..0aa421fb36325e24c8a10f7edae7a172cdafb17c 100644
|
| --- a/content/browser/speech/endpointer/energy_endpointer.h
|
| +++ b/content/browser/speech/endpointer/energy_endpointer.h
|
| @@ -44,7 +44,7 @@
|
| #include "content/browser/speech/endpointer/energy_endpointer_params.h"
|
| #include "content/common/content_export.h"
|
|
|
| -namespace speech {
|
| +namespace content {
|
|
|
| // Endpointer status codes
|
| enum EpStatus {
|
| @@ -150,6 +150,6 @@ class CONTENT_EXPORT EnergyEndpointer {
|
| DISALLOW_COPY_AND_ASSIGN(EnergyEndpointer);
|
| };
|
|
|
| -} // namespace speech
|
| +} // namespace content
|
|
|
| #endif // CONTENT_BROWSER_SPEECH_ENDPOINTER_ENERGY_ENDPOINTER_H_
|
|
|