| Index: webrtc/voice_engine/file_player_unittests.cc
|
| diff --git a/webrtc/modules/utility/source/file_player_unittests.cc b/webrtc/voice_engine/file_player_unittests.cc
|
| similarity index 98%
|
| rename from webrtc/modules/utility/source/file_player_unittests.cc
|
| rename to webrtc/voice_engine/file_player_unittests.cc
|
| index 58471e5e8d084ee7f4d88181165e5f5235671776..dd440fb750e9376a087f0829e54e09abce20233e 100644
|
| --- a/webrtc/modules/utility/source/file_player_unittests.cc
|
| +++ b/webrtc/voice_engine/file_player_unittests.cc
|
| @@ -10,8 +10,6 @@
|
|
|
| // Unit tests for FilePlayer.
|
|
|
| -#include "webrtc/modules/utility/include/file_player.h"
|
| -
|
| #include <stdio.h>
|
| #include <string>
|
|
|
| @@ -20,6 +18,7 @@
|
| #include "webrtc/base/md5digest.h"
|
| #include "webrtc/base/stringencode.h"
|
| #include "webrtc/test/testsupport/fileutils.h"
|
| +#include "webrtc/voice_engine/file_player.h"
|
|
|
| DEFINE_bool(file_player_output, false, "Generate reference files.");
|
|
|
|
|