| Index: chrome/browser/chromeos/login/background_view.cc | 
| =================================================================== | 
| --- chrome/browser/chromeos/login/background_view.cc	(revision 74231) | 
| +++ chrome/browser/chromeos/login/background_view.cc	(working copy) | 
| @@ -196,7 +196,7 @@ | 
|  | 
| gfx::NativeWindow BackgroundView::GetNativeWindow() const { | 
| return | 
| -      GTK_WINDOW(static_cast<WidgetGtk*>(GetWidget())->GetNativeView()); | 
| +      GTK_WINDOW(static_cast<const WidgetGtk*>(GetWidget())->GetNativeView()); | 
| } | 
|  | 
| void BackgroundView::SetStatusAreaVisible(bool visible) { | 
|  |