| Index: chrome/browser/ui/gtk/gtk_util.h
 | 
| diff --git a/chrome/browser/ui/gtk/gtk_util.h b/chrome/browser/ui/gtk/gtk_util.h
 | 
| index 90f4f5c8beaf0d37a58b86573bfaf9f025dfa801..eaa352e43c2de6b58b30632e6eb8d25b1551ee16 100644
 | 
| --- a/chrome/browser/ui/gtk/gtk_util.h
 | 
| +++ b/chrome/browser/ui/gtk/gtk_util.h
 | 
| @@ -10,10 +10,10 @@
 | 
|  #include <vector>
 | 
|  
 | 
|  #include "base/string16.h"
 | 
| +#include "ui/base/window_open_disposition.h"
 | 
|  #include "ui/base/x/x11_util.h"
 | 
|  #include "ui/gfx/point.h"
 | 
|  #include "ui/gfx/rect.h"
 | 
| -#include "webkit/glue/window_open_disposition.h"
 | 
|  
 | 
|  typedef struct _cairo cairo_t;
 | 
|  typedef struct _GdkColor GdkColor;
 | 
| 
 |