Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(9932)

Unified Diff: content/browser/speech/endpointer/energy_endpointer.cc

Issue 11347004: content/browser: Move speech code into content namespace. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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

Powered by Google App Engine
This is Rietveld 408576698