| Index: chrome/browser/ui/libgtk2ui/select_file_dialog_impl_gtk2.cc
|
| diff --git a/chrome/browser/ui/libgtk2ui/select_file_dialog_impl_gtk2.cc b/chrome/browser/ui/libgtk2ui/select_file_dialog_impl_gtk2.cc
|
| index 6654a5c1a283b1ab84d5f870586e4e0e098a30ac..9bf570904d4f2c85d83e00d91dc079521865c0f9 100644
|
| --- a/chrome/browser/ui/libgtk2ui/select_file_dialog_impl_gtk2.cc
|
| +++ b/chrome/browser/ui/libgtk2ui/select_file_dialog_impl_gtk2.cc
|
| @@ -42,7 +42,7 @@ void SetGtkTransientForAura(GtkWidget* dialog, aura::Window* parent) {
|
| // display server ever happens. Otherwise, this will crash.
|
| XSetTransientForHint(GDK_WINDOW_XDISPLAY(gdk_window),
|
| GDK_WINDOW_XID(gdk_window),
|
| - parent->GetDispatcher()->host()->GetAcceleratedWidget());
|
| + parent->GetHost()->GetAcceleratedWidget());
|
|
|
| // We also set the |parent| as a property of |dialog|, so that we can unlink
|
| // the two later.
|
|
|