| Index: ppapi/tests/test_media_stream_audio_track.h
|
| diff --git a/ppapi/tests/test_media_stream_audio_track.h b/ppapi/tests/test_media_stream_audio_track.h
|
| index f9ea526236206bb0641fd3d4b315fefe0e2ef5f9..b91fd26e7d2e4c3b2cbe3d426d0d20bd44177882 100644
|
| --- a/ppapi/tests/test_media_stream_audio_track.h
|
| +++ b/ppapi/tests/test_media_stream_audio_track.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 PAPPI_TESTS_TEST_MEDIA_STREAM_AUDIO_TRACK_H_
|
| -#define PAPPI_TESTS_TEST_MEDIA_STREAM_AUDIO_TRACK_H_
|
| +#ifndef PPAPI_TESTS_TEST_MEDIA_STREAM_AUDIO_TRACK_H_
|
| +#define PPAPI_TESTS_TEST_MEDIA_STREAM_AUDIO_TRACK_H_
|
|
|
| #include <string>
|
|
|
| @@ -26,10 +26,11 @@ class TestMediaStreamAudioTrack : public TestCase {
|
|
|
| std::string TestCreate();
|
| std::string TestGetBuffer();
|
| + std::string TestConfigure();
|
|
|
| pp::MediaStreamAudioTrack audio_track_;
|
|
|
| NestedEvent event_;
|
| };
|
|
|
| -#endif // PAPPI_TESTS_TEST_MEDIA_STREAM_AUDIO_TRACK_H_
|
| +#endif // PPAPI_TESTS_TEST_MEDIA_STREAM_AUDIO_TRACK_H_
|
|
|