aboutsummaryrefslogtreecommitdiff
path: root/webrtc/modules/utility/source/file_player_impl.cc
diff options
context:
space:
mode:
Diffstat (limited to 'webrtc/modules/utility/source/file_player_impl.cc')
-rw-r--r--webrtc/modules/utility/source/file_player_impl.cc6
1 files changed, 3 insertions, 3 deletions
diff --git a/webrtc/modules/utility/source/file_player_impl.cc b/webrtc/modules/utility/source/file_player_impl.cc
index 29f70426de..5d935fbdf5 100644
--- a/webrtc/modules/utility/source/file_player_impl.cc
+++ b/webrtc/modules/utility/source/file_player_impl.cc
@@ -12,9 +12,9 @@
#include "webrtc/system_wrappers/interface/logging.h"
#ifdef WEBRTC_MODULE_UTILITY_VIDEO
- #include "frame_scaler.h"
- #include "tick_util.h"
- #include "video_coder.h"
+ #include "webrtc/modules/utility/source/frame_scaler.h"
+ #include "webrtc/modules/utility/source/video_coder.h"
+ #include "webrtc/system_wrappers/interface/tick_util.h"
#endif
namespace webrtc {