diff options
Diffstat (limited to 'remoting/host/config_file_watcher.cc')
-rw-r--r-- | remoting/host/config_file_watcher.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/remoting/host/config_file_watcher.cc b/remoting/host/config_file_watcher.cc index 29c108c..f07b1ae 100644 --- a/remoting/host/config_file_watcher.cc +++ b/remoting/host/config_file_watcher.cc @@ -8,8 +8,8 @@ #include "base/bind.h" #include "base/bind_helpers.h" -#include "base/file_util.h" #include "base/files/file_path_watcher.h" +#include "base/files/file_util.h" #include "base/memory/scoped_ptr.h" #include "base/memory/weak_ptr.h" #include "base/single_thread_task_runner.h" |