| Index: chrome/browser/ui/webui/signin/sync_confirmation_handler_unittest.cc
|
| diff --git a/chrome/browser/ui/webui/signin/sync_confirmation_handler_unittest.cc b/chrome/browser/ui/webui/signin/sync_confirmation_handler_unittest.cc
|
| index 7fa5a0552e296558028143f74be6ce73f537c89f..9587dbd96b8b18f4e576f78fafb69af2957841f9 100644
|
| --- a/chrome/browser/ui/webui/signin/sync_confirmation_handler_unittest.cc
|
| +++ b/chrome/browser/ui/webui/signin/sync_confirmation_handler_unittest.cc
|
| @@ -107,7 +107,7 @@ class SyncConfirmationHandlerTest : public BrowserWithTestWindowTest {
|
| SigninManagerFactory::GetForProfile(profile()));
|
| }
|
|
|
| - ProfileSyncService* sync() {
|
| + browser_sync::ProfileSyncService* sync() {
|
| return ProfileSyncServiceFactory::GetForProfile(profile());
|
| }
|
|
|
|
|