| Index: webrtc/modules/utility/include/file_recorder.h
 | 
| diff --git a/webrtc/modules/utility/interface/file_recorder.h b/webrtc/modules/utility/include/file_recorder.h
 | 
| similarity index 89%
 | 
| copy from webrtc/modules/utility/interface/file_recorder.h
 | 
| copy to webrtc/modules/utility/include/file_recorder.h
 | 
| index f2ce785368dec1112acd6cc490b45a72e1ffc1ba..0c285d442f2fdf47651045f9973e495e98f52eec 100644
 | 
| --- a/webrtc/modules/utility/interface/file_recorder.h
 | 
| +++ b/webrtc/modules/utility/include/file_recorder.h
 | 
| @@ -8,13 +8,13 @@
 | 
|   *  be found in the AUTHORS file in the root of the source tree.
 | 
|   */
 | 
|  
 | 
| -#ifndef WEBRTC_MODULES_UTILITY_INTERFACE_FILE_RECORDER_H_
 | 
| -#define WEBRTC_MODULES_UTILITY_INTERFACE_FILE_RECORDER_H_
 | 
| +#ifndef WEBRTC_MODULES_UTILITY_INCLUDE_FILE_RECORDER_H_
 | 
| +#define WEBRTC_MODULES_UTILITY_INCLUDE_FILE_RECORDER_H_
 | 
|  
 | 
|  #include "webrtc/common_types.h"
 | 
|  #include "webrtc/engine_configurations.h"
 | 
| -#include "webrtc/modules/interface/module_common_types.h"
 | 
| -#include "webrtc/modules/media_file/interface/media_file_defines.h"
 | 
| +#include "webrtc/modules/include/module_common_types.h"
 | 
| +#include "webrtc/modules/media_file/include/media_file_defines.h"
 | 
|  #include "webrtc/system_wrappers/include/tick_util.h"
 | 
|  #include "webrtc/typedefs.h"
 | 
|  #include "webrtc/video_frame.h"
 | 
| @@ -81,4 +81,4 @@ protected:
 | 
|  
 | 
|  };
 | 
|  }  // namespace webrtc
 | 
| -#endif // WEBRTC_MODULES_UTILITY_INTERFACE_FILE_RECORDER_H_
 | 
| +#endif // WEBRTC_MODULES_UTILITY_INCLUDE_FILE_RECORDER_H_
 | 
| 
 |