| Index: chrome/browser/ui/webui/sync_setup_handler_unittest.cc
|
| diff --git a/chrome/browser/ui/webui/sync_setup_handler_unittest.cc b/chrome/browser/ui/webui/sync_setup_handler_unittest.cc
|
| index f38249bd98ab3b0dc145e2bb50c80f08fa9b3e04..5651fabee6f777eb63c3164a18629463fa9450ce 100644
|
| --- a/chrome/browser/ui/webui/sync_setup_handler_unittest.cc
|
| +++ b/chrome/browser/ui/webui/sync_setup_handler_unittest.cc
|
| @@ -120,7 +120,7 @@ class SigninManagerMock : public FakeSigninManager {
|
| std::string captcha_;
|
| };
|
|
|
| -static ProfileKeyedBase* BuildSigninManagerMock(Profile* profile) {
|
| +static ProfileKeyedService* BuildSigninManagerMock(Profile* profile) {
|
| return new SigninManagerMock();
|
| }
|
|
|
|
|