| 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 b440c4d31ebe854e3ff869c2c2c10df99dd17bbe..9db927af81491240792220d7c38e7143af622e85 100644
|
| --- a/content/browser/speech/endpointer/energy_endpointer.h
|
| +++ b/content/browser/speech/endpointer/energy_endpointer.h
|
| @@ -1,4 +1,4 @@
|
| -// Copyright (c) 2011 The Chromium Authors. All rights reserved.
|
| +// Copyright (c) 2012 The Chromium Authors. All rights reserved.
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| @@ -44,7 +44,7 @@
|
| #include "content/browser/speech/endpointer/energy_endpointer_params.h"
|
| #include "content/common/content_export.h"
|
|
|
| -namespace speech_input {
|
| +namespace speech {
|
|
|
| // Endpointer status codes
|
| enum EpStatus {
|
| @@ -150,6 +150,6 @@ class CONTENT_EXPORT EnergyEndpointer {
|
| DISALLOW_COPY_AND_ASSIGN(EnergyEndpointer);
|
| };
|
|
|
| -} // namespace speech_input
|
| +} // namespace speech
|
|
|
| #endif // CONTENT_BROWSER_SPEECH_ENDPOINTER_ENERGY_ENDPOINTER_H_
|
|
|