Add missing IWYU message_loop.h includes.

https://codereview.chromium.org/2876013002
This commit is contained in:
Aleksei Kuzmin 2017-08-08 01:38:17 +03:00 committed by Cheng Zhao
parent e2a224c4e6
commit 90b0984a14
4 changed files with 4 additions and 0 deletions

View file

@ -11,6 +11,7 @@
#include "atom/browser/native_window.h"
#include "atom/browser/window_list.h"
#include "base/files/file_util.h"
#include "base/message_loop/message_loop.h"
#include "base/path_service.h"
#include "base/run_loop.h"
#include "base/threading/thread_task_runner_handle.h"