| Index: remoting/host/branding.cc
|
| diff --git a/remoting/host/branding.cc b/remoting/host/branding.cc
|
| index 908d9bc96689a83672ab47d8286621e0519b2692..840e9822c88a9fa5c0c0f1015b8fabd862a8db4c 100644
|
| --- a/remoting/host/branding.cc
|
| +++ b/remoting/host/branding.cc
|
| @@ -46,7 +46,7 @@ base::FilePath GetConfigDir() {
|
| #elif defined(OS_MACOSX)
|
| PathService::Get(base::DIR_APP_DATA, &app_data_dir);
|
| #else
|
| - app_data_dir = file_util::GetHomeDir();
|
| + app_data_dir = base::GetHomeDir();
|
| #endif
|
|
|
| return app_data_dir.Append(kConfigDir);
|
|
|