| Index: webrtc/modules/utility/interface/file_player.h
|
| diff --git a/webrtc/modules/utility/interface/file_player.h b/webrtc/modules/utility/interface/file_player.h
|
| index 44f03e475a0988418809b6fae1344d34b7580fa0..d6737e191887c37c10ecfb5d4e792a28f51a2049 100644
|
| --- a/webrtc/modules/utility/interface/file_player.h
|
| +++ b/webrtc/modules/utility/interface/file_player.h
|
| @@ -8,12 +8,14 @@
|
| * 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_
|
| +
|
| +#pragma message("WARNING: utility/interface is DEPRECATED; use utility/include")
|
|
|
| #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 +110,4 @@ protected:
|
|
|
| };
|
| } // namespace webrtc
|
| -#endif // WEBRTC_MODULES_UTILITY_INTERFACE_FILE_PLAYER_H_
|
| +#endif // WEBRTC_MODULES_UTILITY_INCLUDE_FILE_PLAYER_H_
|
|
|