| Index: chrome/browser/chromeos/status/window_switcher_button.cc
|
| diff --git a/chrome/browser/chromeos/status/window_switcher_button.cc b/chrome/browser/chromeos/status/window_switcher_button.cc
|
| index a02b40b1e9b76658e7ba461e678ebdb609813c47..6006decc05702a88c8ed6019f4b64b0e6b240321 100644
|
| --- a/chrome/browser/chromeos/status/window_switcher_button.cc
|
| +++ b/chrome/browser/chromeos/status/window_switcher_button.cc
|
| @@ -28,8 +28,7 @@ int GetNormalBrowserCount() {
|
| }
|
|
|
| WindowSwitcherButton::WindowSwitcherButton(StatusAreaHost* host)
|
| - : StatusAreaButton(this),
|
| - host_(host) {
|
| + : StatusAreaButton(host, this) {
|
| ResourceBundle& rb = ResourceBundle::GetSharedInstance();
|
| SetIcon(*rb.GetBitmapNamed(IDR_STATUSBAR_WINDOW_SWITCHER));
|
| SetEnabled(true);
|
|
|