Index: chrome/browser/ui/panels/panel.h |
diff --git a/chrome/browser/ui/panels/panel.h b/chrome/browser/ui/panels/panel.h |
index 407274632758907352b784824d66453e6df12c97..3a1609dbf595d77fa538b516d121e35267b44f77 100644 |
--- a/chrome/browser/ui/panels/panel.h |
+++ b/chrome/browser/ui/panels/panel.h |
@@ -148,8 +148,7 @@ class Panel : public BrowserWindow, |
virtual void ShowChromeToMobileBubble() OVERRIDE; |
#if defined(ENABLE_ONE_CLICK_SIGNIN) |
virtual void ShowOneClickSigninBubble( |
- const base::Closure& learn_more_callback, |
- const base::Closure& advanced_callback) OVERRIDE; |
+ const base::Callback<void(bool)>& start_sync_callback) OVERRIDE; |
#endif |
virtual bool IsDownloadShelfVisible() const OVERRIDE; |
virtual DownloadShelf* GetDownloadShelf() OVERRIDE; |