| Index: chrome/browser/gtk/browser_actions_toolbar_gtk.cc
 | 
| ===================================================================
 | 
| --- chrome/browser/gtk/browser_actions_toolbar_gtk.cc	(revision 42303)
 | 
| +++ chrome/browser/gtk/browser_actions_toolbar_gtk.cc	(working copy)
 | 
| @@ -6,7 +6,6 @@
 | 
|  
 | 
|  #include <vector>
 | 
|  
 | 
| -#include "app/gfx/canvas_paint.h"
 | 
|  #include "chrome/browser/browser.h"
 | 
|  #include "chrome/browser/extensions/extension_browser_event_router.h"
 | 
|  #include "chrome/browser/extensions/extension_context_menu_model.h"
 | 
| @@ -28,6 +27,7 @@
 | 
|  #include "chrome/common/notification_service.h"
 | 
|  #include "chrome/common/notification_source.h"
 | 
|  #include "chrome/common/notification_type.h"
 | 
| +#include "gfx/canvas_paint.h"
 | 
|  #include "gfx/gtk_util.h"
 | 
|  #include "grit/app_resources.h"
 | 
|  
 | 
| 
 |