Chromium Code Reviews| Index: chrome/browser/ui/cocoa/browser_window_cocoa.h |
| diff --git a/chrome/browser/ui/cocoa/browser_window_cocoa.h b/chrome/browser/ui/cocoa/browser_window_cocoa.h |
| index 7c416f2d14c1b4a3341e0d7c72ac9ed150ac969d..2c84a7a70011401f48e7d1fdb384a0ab69db7e60 100644 |
| --- a/chrome/browser/ui/cocoa/browser_window_cocoa.h |
| +++ b/chrome/browser/ui/cocoa/browser_window_cocoa.h |
| @@ -5,6 +5,8 @@ |
| #ifndef CHROME_BROWSER_UI_COCOA_BROWSER_WINDOW_COCOA_H_ |
| #define CHROME_BROWSER_UI_COCOA_BROWSER_WINDOW_COCOA_H_ |
| +#include <string> |
|
Roger Tawa OOO till Jul 10th
2013/04/26 18:28:21
Probably not needed either.
|
| + |
| #include "base/memory/scoped_nsobject.h" |
| #include "base/memory/weak_ptr.h" |
| #include "chrome/browser/bookmarks/bookmark_model.h" |
| @@ -101,6 +103,7 @@ class BrowserWindowCocoa : |
| virtual void ShowOneClickSigninBubble( |
| OneClickSigninBubbleType type, |
| const string16& email, |
| + const string16& error_message, |
| const StartSyncCallback& start_sync_callback) OVERRIDE; |
| #endif |
| virtual bool IsDownloadShelfVisible() const OVERRIDE; |