| 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 8a6407174756cd0b27def958f3f12d3a5d5e8e52..b00af10f808347438c09076b3a1e54b793bb6b08 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"
|
| @@ -102,6 +104,7 @@ class TestBrowserWindow : public BrowserWindow {
|
| virtual void ShowOneClickSigninBubble(
|
| OneClickSigninBubbleType type,
|
| const string16& email,
|
| + const string16& error_message,
|
| const StartSyncCallback& start_sync_callback) OVERRIDE {}
|
| #endif
|
| virtual bool IsDownloadShelfVisible() const OVERRIDE;
|
|
|