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 b88d7a3..d8d1274 100644
--- a/content/browser/speech/endpointer/energy_endpointer.cc
+++ b/content/browser/speech/endpointer/energy_endpointer.cc
@@ -41,7 +41,7 @@ float GetDecibel(float value) {
} // namespace
-namespace speech {
+namespace content {
// Stores threshold-crossing histories for making decisions about the speech
// state.
@@ -373,4 +373,4 @@ EpStatus EnergyEndpointer::Status(int64* status_time) const {
return status_;
}
-} // namespace speech
+} // namespace content