summaryrefslogtreecommitdiffstats
path: root/content/browser/speech/endpointer/energy_endpointer.cc
diff options
context:
space:
mode:
Diffstat (limited to 'content/browser/speech/endpointer/energy_endpointer.cc')
-rw-r--r--content/browser/speech/endpointer/energy_endpointer.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/content/browser/speech/endpointer/energy_endpointer.cc b/content/browser/speech/endpointer/energy_endpointer.cc
index 39cf617..b88d7a3 100644
--- a/content/browser/speech/endpointer/energy_endpointer.cc
+++ b/content/browser/speech/endpointer/energy_endpointer.cc
@@ -1,4 +1,4 @@
-// Copyright (c) 2010 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.
//
@@ -41,7 +41,7 @@ float GetDecibel(float value) {
} // namespace
-namespace speech_input {
+namespace speech {
// Stores threshold-crossing histories for making decisions about the speech
// state.