| Index: chrome/browser/ui/libgtk2ui/x11_input_method_context_impl_gtk2.h
 | 
| diff --git a/chrome/browser/ui/libgtk2ui/x11_input_method_context_impl_gtk2.h b/chrome/browser/ui/libgtk2ui/x11_input_method_context_impl_gtk2.h
 | 
| index 13fb11536edfe1c344809fbde82690042430066e..b5128590d629eb5a3695003d2b95f99702f29dff 100644
 | 
| --- a/chrome/browser/ui/libgtk2ui/x11_input_method_context_impl_gtk2.h
 | 
| +++ b/chrome/browser/ui/libgtk2ui/x11_input_method_context_impl_gtk2.h
 | 
| @@ -17,7 +17,6 @@
 | 
|  #include "ui/gfx/geometry/rect.h"
 | 
|  
 | 
|  typedef union _GdkEvent GdkEvent;
 | 
| -typedef struct _GdkDrawable GdkWindow;
 | 
|  typedef struct _GtkIMContext GtkIMContext;
 | 
|  
 | 
|  namespace libgtk2ui {
 | 
| @@ -74,7 +73,7 @@ class X11InputMethodContextImplGtk2 : public ui::LinuxInputMethodContext {
 | 
|    // IME's input GTK context.
 | 
|    GtkIMContext* gtk_context_;
 | 
|  
 | 
| -  GdkWindow* gdk_last_set_client_window_;
 | 
| +  gpointer gdk_last_set_client_window_;
 | 
|  
 | 
|    // Last known caret bounds relative to the screen coordinates.
 | 
|    gfx::Rect last_caret_bounds_;
 | 
| 
 |