diff options
Diffstat (limited to 'remoting/host/setup/daemon_controller_mac.cc')
-rw-r--r-- | remoting/host/setup/daemon_controller_mac.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/remoting/host/setup/daemon_controller_mac.cc b/remoting/host/setup/daemon_controller_mac.cc index 95e1b1f..e36a69b 100644 --- a/remoting/host/setup/daemon_controller_mac.cc +++ b/remoting/host/setup/daemon_controller_mac.cc @@ -11,8 +11,8 @@ #include "base/basictypes.h" #include "base/bind.h" #include "base/compiler_specific.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/mac/foundation_util.h" |