diff options
Diffstat (limited to 'remoting/host/daemon_process.cc')
-rw-r--r-- | remoting/host/daemon_process.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/remoting/host/daemon_process.cc b/remoting/host/daemon_process.cc index 84f5b916..f76838d 100644 --- a/remoting/host/daemon_process.cc +++ b/remoting/host/daemon_process.cc @@ -7,8 +7,8 @@ #include "base/bind.h" #include "base/bind_helpers.h" #include "base/command_line.h" -#include "base/file_path.h" #include "base/file_util.h" +#include "base/files/file_path.h" #include "base/single_thread_task_runner.h" #include "remoting/base/auto_thread_task_runner.h" #include "remoting/host/branding.h" |