Index: remoting/host/setup/daemon_controller_delegate_linux.cc |
diff --git a/remoting/host/setup/daemon_controller_delegate_linux.cc b/remoting/host/setup/daemon_controller_delegate_linux.cc |
index 54be540c773472789939616c005d8436bd6de079..bed305f628e62482a108ac0eb130398552db43f2 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); |
} |