| Index: chrome/browser/gtk/tabs/tab_renderer_gtk.cc
 | 
| ===================================================================
 | 
| --- chrome/browser/gtk/tabs/tab_renderer_gtk.cc	(revision 42303)
 | 
| +++ chrome/browser/gtk/tabs/tab_renderer_gtk.cc	(working copy)
 | 
| @@ -7,7 +7,6 @@
 | 
|  #include <algorithm>
 | 
|  #include <utility>
 | 
|  
 | 
| -#include "app/gfx/canvas_paint.h"
 | 
|  #include "app/l10n_util.h"
 | 
|  #include "app/resource_bundle.h"
 | 
|  #include "app/throb_animation.h"
 | 
| @@ -20,6 +19,7 @@
 | 
|  #include "chrome/browser/profile.h"
 | 
|  #include "chrome/browser/tab_contents/tab_contents.h"
 | 
|  #include "chrome/common/notification_service.h"
 | 
| +#include "gfx/canvas_paint.h"
 | 
|  #include "gfx/favicon_size.h"
 | 
|  #include "gfx/skbitmap_operations.h"
 | 
|  #include "grit/app_resources.h"
 | 
| 
 |