| 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 749a6ab6a31667f0e914fadaad52ec1825d22d72..bb27e887ed1339a6005467b28bd0325154af71a1 100644
|
| --- a/remoting/host/setup/daemon_controller_delegate_mac.mm
|
| +++ b/remoting/host/setup/daemon_controller_delegate_mac.mm
|
| @@ -224,7 +224,7 @@ bool DaemonControllerDelegateMac::DoShowPreferencePane(
|
| const std::string& config_data) {
|
| if (!config_data.empty()) {
|
| base::FilePath config_path;
|
| - if (!file_util::GetTempDir(&config_path)) {
|
| + if (!base::GetTempDir(&config_path)) {
|
| LOG(ERROR) << "Failed to get filename for saving configuration data.";
|
| return false;
|
| }
|
|
|