| Index: chrome/test/base/test_browser_window.h
|
| diff --git a/chrome/test/base/test_browser_window.h b/chrome/test/base/test_browser_window.h
|
| index f96b2b36d51a4e8833c4ed690e5e4fccc3915597..6231559b49b879ca9cec5044111e40bfee297da9 100644
|
| --- a/chrome/test/base/test_browser_window.h
|
| +++ b/chrome/test/base/test_browser_window.h
|
| @@ -146,7 +146,7 @@ class TestBrowserWindow : public BrowserWindow {
|
| virtual void ShowAvatarBubble(content::WebContents* web_contents,
|
| const gfx::Rect& rect) OVERRIDE {}
|
| virtual void ShowAvatarBubbleFromAvatarButton(AvatarBubbleMode mode,
|
| - signin::GAIAServiceType service_type) OVERRIDE {}
|
| + const signin::ManageAccountsParams& manage_accounts_params) OVERRIDE {}
|
| virtual void ShowPasswordGenerationBubble(
|
| const gfx::Rect& rect,
|
| const autofill::PasswordForm& form,
|
|
|