| 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 a9a139334a84648569ef6e5d58164b6f0c6dcd68..709b66633785ca192a4e04c0dfd24bd4383a540a 100644
|
| --- a/chrome/test/base/test_browser_window.h
|
| +++ b/chrome/test/base/test_browser_window.h
|
| @@ -5,6 +5,8 @@
|
| #ifndef CHROME_TEST_BASE_TEST_BROWSER_WINDOW_H_
|
| #define CHROME_TEST_BASE_TEST_BROWSER_WINDOW_H_
|
|
|
| +#include <string>
|
| +
|
| #include "base/basictypes.h"
|
| #include "base/compiler_specific.h"
|
| #include "build/build_config.h"
|
| @@ -101,7 +103,8 @@ class TestBrowserWindow : public BrowserWindow {
|
| virtual void ShowOneClickSigninBubble(
|
| OneClickSigninBubbleType type,
|
| const string16& email,
|
| - const StartSyncCallback& start_sync_callback) OVERRIDE {}
|
| + const StartSyncCallback& start_sync_callback,
|
| + const std::string& error_message) OVERRIDE {}
|
| #endif
|
| virtual bool IsDownloadShelfVisible() const OVERRIDE;
|
| virtual DownloadShelf* GetDownloadShelf() OVERRIDE;
|
|
|