| Index: chrome/browser/media/webrtc_log_util.h
|
| diff --git a/chrome/browser/media/webrtc_log_util.h b/chrome/browser/media/webrtc_log_util.h
|
| index 1a0fb55eef55f9b8e33c7214785b2cad385ab60e..1bc1f95590325b2cfe5989cb7056f9cb1a8b1fe1 100644
|
| --- a/chrome/browser/media/webrtc_log_util.h
|
| +++ b/chrome/browser/media/webrtc_log_util.h
|
| @@ -5,7 +5,8 @@
|
| #ifndef CHROME_BROWSER_MEDIA_WEBRTC_LOG_UTIL_H_
|
| #define CHROME_BROWSER_MEDIA_WEBRTC_LOG_UTIL_H_
|
|
|
| -#include "base/platform_file.h"
|
| +#include "base/files/file_path.h"
|
| +#include "base/time/time.h"
|
|
|
| class WebRtcLogUtil {
|
| public:
|
|
|