diff options
Diffstat (limited to 'remoting/host/setup/daemon_controller_delegate_linux.cc')
-rw-r--r-- | remoting/host/setup/daemon_controller_delegate_linux.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/remoting/host/setup/daemon_controller_delegate_linux.cc b/remoting/host/setup/daemon_controller_delegate_linux.cc index 54be540..bed305f 100644 --- a/remoting/host/setup/daemon_controller_delegate_linux.cc +++ b/remoting/host/setup/daemon_controller_delegate_linux.cc @@ -55,7 +55,7 @@ std::string GetMd5(const std::string& value) { base::FilePath GetConfigPath() { std::string filename = "host#" + GetMd5(net::GetHostName()) + ".json"; - return file_util::GetHomeDir(). + return base::GetHomeDir(). Append(".config/chrome-remote-desktop").Append(filename); } |