| Index: chrome/browser/gtk/tabs/dragged_tab_gtk.cc
 | 
| ===================================================================
 | 
| --- chrome/browser/gtk/tabs/dragged_tab_gtk.cc	(revision 42303)
 | 
| +++ chrome/browser/gtk/tabs/dragged_tab_gtk.cc	(working copy)
 | 
| @@ -8,7 +8,6 @@
 | 
|  
 | 
|  #include <algorithm>
 | 
|  
 | 
| -#include "app/gfx/canvas_paint.h"
 | 
|  #include "app/x11_util.h"
 | 
|  #include "base/i18n/rtl.h"
 | 
|  #include "chrome/browser/browser_theme_provider.h"
 | 
| @@ -19,6 +18,7 @@
 | 
|  #include "chrome/browser/renderer_host/render_view_host.h"
 | 
|  #include "chrome/browser/tab_contents/tab_contents.h"
 | 
|  #include "chrome/browser/tabs/tab_strip_model.h"
 | 
| +#include "gfx/canvas_paint.h"
 | 
|  #include "gfx/gtk_util.h"
 | 
|  #include "third_party/skia/include/core/SkShader.h"
 | 
|  
 | 
| 
 |