| Index: webrtc/modules/media_file/include/media_file.h
|
| diff --git a/webrtc/modules/media_file/interface/media_file.h b/webrtc/modules/media_file/include/media_file.h
|
| similarity index 95%
|
| copy from webrtc/modules/media_file/interface/media_file.h
|
| copy to webrtc/modules/media_file/include/media_file.h
|
| index 5b09ad438387e977ccf3c9338c110f51135b6422..22c727e1a87ac4405a802aa51dde5de0d89fa3d4 100644
|
| --- a/webrtc/modules/media_file/interface/media_file.h
|
| +++ b/webrtc/modules/media_file/include/media_file.h
|
| @@ -8,13 +8,13 @@
|
| * be found in the AUTHORS file in the root of the source tree.
|
| */
|
|
|
| -#ifndef WEBRTC_MODULES_MEDIA_FILE_INTERFACE_MEDIA_FILE_H_
|
| -#define WEBRTC_MODULES_MEDIA_FILE_INTERFACE_MEDIA_FILE_H_
|
| +#ifndef WEBRTC_MODULES_MEDIA_FILE_INCLUDE_MEDIA_FILE_H_
|
| +#define WEBRTC_MODULES_MEDIA_FILE_INCLUDE_MEDIA_FILE_H_
|
|
|
| #include "webrtc/common_types.h"
|
| -#include "webrtc/modules/interface/module.h"
|
| -#include "webrtc/modules/interface/module_common_types.h"
|
| -#include "webrtc/modules/media_file/interface/media_file_defines.h"
|
| +#include "webrtc/modules/include/module.h"
|
| +#include "webrtc/modules/include/module_common_types.h"
|
| +#include "webrtc/modules/media_file/include/media_file_defines.h"
|
| #include "webrtc/typedefs.h"
|
|
|
| namespace webrtc {
|
| @@ -177,4 +177,4 @@ protected:
|
| virtual ~MediaFile() {}
|
| };
|
| } // namespace webrtc
|
| -#endif // WEBRTC_MODULES_MEDIA_FILE_INTERFACE_MEDIA_FILE_H_
|
| +#endif // WEBRTC_MODULES_MEDIA_FILE_INCLUDE_MEDIA_FILE_H_
|
|
|