| Index: content/browser/speech/endpointer/energy_endpointer_params.h
|
| diff --git a/content/browser/speech/endpointer/energy_endpointer_params.h b/content/browser/speech/endpointer/energy_endpointer_params.h
|
| index 5a3ea42c0f5df4d790a797c608c89ef0e26aad40..9641d9dfc72391e0fa95618843f892243fb148ce 100644
|
| --- a/content/browser/speech/endpointer/energy_endpointer_params.h
|
| +++ b/content/browser/speech/endpointer/energy_endpointer_params.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.
|
|
|
| @@ -8,7 +8,7 @@
|
| #include "base/basictypes.h"
|
| #include "content/common/content_export.h"
|
|
|
| -namespace speech_input {
|
| +namespace speech {
|
|
|
| // Input parameters for the EnergyEndpointer class.
|
| class CONTENT_EXPORT EnergyEndpointerParams {
|
| @@ -133,6 +133,6 @@ class CONTENT_EXPORT EnergyEndpointerParams {
|
| float contamination_rejection_period_;
|
| };
|
|
|
| -} // namespace speech_input
|
| +} // namespace speech
|
|
|
| #endif // CONTENT_BROWSER_SPEECH_ENDPOINTER_ENERGY_ENDPOINTER_PARAMS_H_
|
|
|