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_ |