diff options
Diffstat (limited to 'chrome/browser/sync/sync_global_error_unittest.cc')
-rw-r--r-- | chrome/browser/sync/sync_global_error_unittest.cc | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/chrome/browser/sync/sync_global_error_unittest.cc b/chrome/browser/sync/sync_global_error_unittest.cc index a1f06da..b35399e 100644 --- a/chrome/browser/sync/sync_global_error_unittest.cc +++ b/chrome/browser/sync/sync_global_error_unittest.cc @@ -51,8 +51,7 @@ class FakeLoginUI : public LoginUIService::LoginUI { int focus_ui_call_count_; }; -BrowserContextKeyedService* BuildMockLoginUIService( - content::BrowserContext* profile) { +KeyedService* BuildMockLoginUIService(content::BrowserContext* profile) { return new FakeLoginUIService(); } |