Index: content/browser/speech/endpointer/energy_endpointer.cc |
diff --git a/content/browser/speech/endpointer/energy_endpointer.cc b/content/browser/speech/endpointer/energy_endpointer.cc |
index b88d7a36f4a77552965757e8032d68bb0264e12c..d8d1274994d7abe9048fa40f20f6dc3c01e511ff 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 |