| Index: chrome/browser/chromeos/login/login_utils.cc
|
| diff --git a/chrome/browser/chromeos/login/login_utils.cc b/chrome/browser/chromeos/login/login_utils.cc
|
| index 8285a537be3d46b0700cd326154b49abe8642092..40bf44daffc3248996f1ac393f4d80f42084729d 100644
|
| --- a/chrome/browser/chromeos/login/login_utils.cc
|
| +++ b/chrome/browser/chromeos/login/login_utils.cc
|
| @@ -549,7 +549,7 @@ void LoginUtilsImpl::InitRlzDelayed(Profile* user_profile) {
|
| base::PostTaskAndReplyWithResult(
|
| base::WorkerPool::GetTaskRunner(false),
|
| FROM_HERE,
|
| - base::Bind(&file_util::PathExists, GetRlzDisabledFlagPath()),
|
| + base::Bind(&base::PathExists, GetRlzDisabledFlagPath()),
|
| base::Bind(&LoginUtilsImpl::InitRlz, AsWeakPtr(), user_profile));
|
| #endif
|
| }
|
|
|