diff options
Diffstat (limited to 'remoting/host/setup/daemon_controller_delegate_mac.mm')
-rw-r--r-- | remoting/host/setup/daemon_controller_delegate_mac.mm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/remoting/host/setup/daemon_controller_delegate_mac.mm b/remoting/host/setup/daemon_controller_delegate_mac.mm index bb27e88..c2926b0 100644 --- a/remoting/host/setup/daemon_controller_delegate_mac.mm +++ b/remoting/host/setup/daemon_controller_delegate_mac.mm @@ -230,7 +230,7 @@ bool DaemonControllerDelegateMac::DoShowPreferencePane( } config_path = config_path.Append(kHostConfigFileName); - int written = file_util::WriteFile(config_path, config_data.data(), + int written = base::WriteFile(config_path, config_data.data(), config_data.size()); if (written != static_cast<int>(config_data.size())) { LOG(ERROR) << "Failed to save configuration data to: " |