| Index: chrome/browser/sync/test/integration/profile_sync_service_harness.cc
|
| diff --git a/chrome/browser/sync/test/integration/profile_sync_service_harness.cc b/chrome/browser/sync/test/integration/profile_sync_service_harness.cc
|
| index 1e394570325bf652a71c6e84939f71170951e0db..24d70fc2da6ae79bfc5be92b9d28dc96689d2376 100644
|
| --- a/chrome/browser/sync/test/integration/profile_sync_service_harness.cc
|
| +++ b/chrome/browser/sync/test/integration/profile_sync_service_harness.cc
|
| @@ -162,7 +162,7 @@ bool ProfileSyncServiceHarness::SetupSync(
|
| DCHECK(!username_.empty());
|
| if (signin_type_ == SigninType::UI_SIGNIN) {
|
| Browser* browser =
|
| - FindBrowserWithProfile(profile_, chrome::GetActiveDesktop());
|
| + chrome::FindBrowserWithProfile(profile_, chrome::GetActiveDesktop());
|
| DCHECK(browser);
|
| if (!login_ui_test_utils::SignInWithUI(browser, username_, password_)) {
|
| LOG(ERROR) << "Could not sign in to GAIA servers.";
|
|
|