Chromium Code Reviews| Index: media/audio/mac/audio_auhal_mac_unittest.cc |
| diff --git a/media/audio/mac/audio_auhal_mac_unittest.cc b/media/audio/mac/audio_auhal_mac_unittest.cc |
| index 044116b59dae71414630536414b2b1a36664b726..89bdc928d9b9772b05a604103bb956ae08bb22f8 100644 |
| --- a/media/audio/mac/audio_auhal_mac_unittest.cc |
| +++ b/media/audio/mac/audio_auhal_mac_unittest.cc |
| @@ -2,8 +2,9 @@ |
| // Use of this source code is governed by a BSD-style license that can be |
| // found in the LICENSE file. |
| +#include <memory> |
|
danakj
2016/04/22 22:47:36
unused
dcheng
2016/04/22 23:13:20
Done.
|
| + |
| #include "base/macros.h" |
| -#include "base/memory/scoped_ptr.h" |
| #include "base/run_loop.h" |
| #include "base/synchronization/waitable_event.h" |
| #include "base/test/test_message_loop.h" |