diff options
Diffstat (limited to 'remoting/host/setup/daemon_controller_linux.cc')
-rw-r--r-- | remoting/host/setup/daemon_controller_linux.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/remoting/host/setup/daemon_controller_linux.cc b/remoting/host/setup/daemon_controller_linux.cc index 5c19981..f890304 100644 --- a/remoting/host/setup/daemon_controller_linux.cc +++ b/remoting/host/setup/daemon_controller_linux.cc @@ -11,8 +11,8 @@ #include "base/command_line.h" #include "base/compiler_specific.h" #include "base/environment.h" -#include "base/file_path.h" #include "base/file_util.h" +#include "base/files/file_path.h" #include "base/json/json_writer.h" #include "base/logging.h" #include "base/md5.h" |