| Index: remoting/host/config_file_watcher.cc
|
| diff --git a/remoting/host/config_file_watcher.cc b/remoting/host/config_file_watcher.cc
|
| index aab5fb9db6e299c9a41c02f72dbf04127e2a497b..238265ad8eb3019e6eb1f9e1b6b99864c28bcb1e 100644
|
| --- a/remoting/host/config_file_watcher.cc
|
| +++ b/remoting/host/config_file_watcher.cc
|
| @@ -8,12 +8,12 @@
|
|
|
| #include "base/bind.h"
|
| #include "base/bind_helpers.h"
|
| -#include "base/files/file_path_watcher.h"
|
| #include "base/file_util.h"
|
| +#include "base/files/file_path_watcher.h"
|
| #include "base/memory/scoped_ptr.h"
|
| #include "base/memory/weak_ptr.h"
|
| #include "base/single_thread_task_runner.h"
|
| -#include "base/timer.h"
|
| +#include "base/timer/timer.h"
|
|
|
| namespace remoting {
|
|
|
|
|