Chromium Code Reviews| Index: chrome/browser/ui/browser_window.h |
| diff --git a/chrome/browser/ui/browser_window.h b/chrome/browser/ui/browser_window.h |
| index b2755d815ee6a18c0a306a3924fe442e753872e3..a87f40f8c7366b94390e1a26bf71c18e4a0f68b6 100644 |
| --- a/chrome/browser/ui/browser_window.h |
| +++ b/chrome/browser/ui/browser_window.h |
| @@ -5,6 +5,8 @@ |
| #ifndef CHROME_BROWSER_UI_BROWSER_WINDOW_H_ |
| #define CHROME_BROWSER_UI_BROWSER_WINDOW_H_ |
| +#include <string> |
|
Roger Tawa OOO till Jul 10th
2013/04/26 18:28:21
You probably don't need this anymore since the new
|
| + |
| #include "base/callback_forward.h" |
| #include "chrome/browser/lifetime/application_lifetime.h" |
| #include "chrome/browser/ui/base_window.h" |
| @@ -232,8 +234,9 @@ class BrowserWindow : public BaseWindow { |
| virtual void ShowOneClickSigninBubble( |
| OneClickSigninBubbleType type, |
| const string16& email, |
| + const string16& error_message, |
| const StartSyncCallback& start_sync_callback) = 0; |
| -#endif |
| + #endif |
| // Whether or not the shelf view is visible. |
| virtual bool IsDownloadShelfVisible() const = 0; |