| Index: webrtc/modules/utility/include/file_player.h
|
| diff --git a/webrtc/modules/utility/interface/file_player.h b/webrtc/modules/utility/include/file_player.h
|
| similarity index 94%
|
| copy from webrtc/modules/utility/interface/file_player.h
|
| copy to webrtc/modules/utility/include/file_player.h
|
| index 44f03e475a0988418809b6fae1344d34b7580fa0..4ca134a66981cbd7134f018857cc03a34c067883 100644
|
| --- a/webrtc/modules/utility/interface/file_player.h
|
| +++ b/webrtc/modules/utility/include/file_player.h
|
| @@ -8,12 +8,12 @@
|
| * be found in the AUTHORS file in the root of the source tree.
|
| */
|
|
|
| -#ifndef WEBRTC_MODULES_UTILITY_INTERFACE_FILE_PLAYER_H_
|
| -#define WEBRTC_MODULES_UTILITY_INTERFACE_FILE_PLAYER_H_
|
| +#ifndef WEBRTC_MODULES_UTILITY_INCLUDE_FILE_PLAYER_H_
|
| +#define WEBRTC_MODULES_UTILITY_INCLUDE_FILE_PLAYER_H_
|
|
|
| #include "webrtc/common_types.h"
|
| #include "webrtc/engine_configurations.h"
|
| -#include "webrtc/modules/interface/module_common_types.h"
|
| +#include "webrtc/modules/include/module_common_types.h"
|
| #include "webrtc/typedefs.h"
|
| #include "webrtc/video_frame.h"
|
|
|
| @@ -108,4 +108,4 @@ protected:
|
|
|
| };
|
| } // namespace webrtc
|
| -#endif // WEBRTC_MODULES_UTILITY_INTERFACE_FILE_PLAYER_H_
|
| +#endif // WEBRTC_MODULES_UTILITY_INCLUDE_FILE_PLAYER_H_
|
|
|