Index: remoting/host/setup/daemon_controller_delegate_mac.mm |
diff --git a/remoting/host/setup/daemon_controller_delegate_mac.mm b/remoting/host/setup/daemon_controller_delegate_mac.mm |
index bb27e887ed1339a6005467b28bd0325154af71a1..c2926b0f2cb0ae13d21b350fb275f43cbbbc3aea 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: " |