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

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

Issue 9655023: Adding input and output audio backend to Android. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebased && addressed qinmin's comments 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.h
diff --git a/media/audio/android/audio_track_output_android.h b/media/audio/android/audio_track_output_android.h
index 55da8e282d9a3f2fb6ea5f2001ce0ad105f8e57e..af700fb8ad3148702357a90121fbf1cbddf2bc33 100644
--- a/media/audio/android/audio_track_output_android.h
+++ b/media/audio/android/audio_track_output_android.h
@@ -2,8 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef MEDIA_AUDIO_AUDIO_TRACK_OUTPUT_ANDROID_H_
-#define MEDIA_AUDIO_AUDIO_TRACK_OUTPUT_ANDROID_H_
+#ifndef MEDIA_AUDIO_ANDROID_AUDIO_TRACK_OUTPUT_ANDROID_H_
+#define MEDIA_AUDIO_ANDROID_AUDIO_TRACK_OUTPUT_ANDROID_H_
#include <jni.h>
#include <string>
@@ -68,4 +68,4 @@ class AudioTrackOutputStream : public AudioOutputStream {
DISALLOW_COPY_AND_ASSIGN(AudioTrackOutputStream);
};
-#endif // MEDIA_AUDIO_AUDIO_TRACK_OUTPUT_ANDROID_H_
+#endif // MEDIA_AUDIO_ANDROID_AUDIO_TRACK_OUTPUT_ANDROID_H_

Powered by Google App Engine
This is Rietveld 408576698