| Index: chrome/browser/sync/sync_global_error_unittest.cc
|
| diff --git a/chrome/browser/sync/sync_global_error_unittest.cc b/chrome/browser/sync/sync_global_error_unittest.cc
|
| index 6abddb4a2fa3a8ebd66fc3b108dd9fad46907b82..0b613cd9f668fa5b5e5d6eb3e9f79947d308f00d 100644
|
| --- a/chrome/browser/sync/sync_global_error_unittest.cc
|
| +++ b/chrome/browser/sync/sync_global_error_unittest.cc
|
| @@ -62,7 +62,7 @@ class FakeLoginUI : public LoginUIService::LoginUI {
|
| int focus_ui_call_count_;
|
| };
|
|
|
| -ProfileKeyedService* BuildMockLoginUIService(Profile* profile) {
|
| +ProfileKeyedService* BuildMockLoginUIService(content::BrowserContext* profile) {
|
| return new FakeLoginUIService();
|
| }
|
|
|
|
|