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

Unified Diff: media/audio/android/audio_track_output_android.cc

Issue 9965076: Revert 130180 - Move media/audio files into media namespace (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 9 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: media/audio/android/audio_track_output_android.cc
===================================================================
--- media/audio/android/audio_track_output_android.cc (revision 130181)
+++ media/audio/android/audio_track_output_android.cc (working copy)
@@ -1,4 +1,4 @@
-// Copyright (c) 2012 The Chromium Authors. All rights reserved.
+// Copyright (c) 2011 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.
@@ -12,8 +12,6 @@
using base::android::AttachCurrentThread;
using base::android::CheckException;
-namespace media {
-
static const int kTimerIntervalInMilliseconds = 50;
class AudioTrackOutputStream::StreamBuffer {
@@ -311,5 +309,3 @@
CheckException(env);
env->DeleteLocalRef(buf);
}
-
-} // namespace media
« no previous file with comments | « media/audio/android/audio_track_output_android.h ('k') | media/audio/android/audio_track_output_stub_android.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698