| Index: chrome/browser/views/toolbar_view.cc
 | 
| ===================================================================
 | 
| --- chrome/browser/views/toolbar_view.cc	(revision 42303)
 | 
| +++ chrome/browser/views/toolbar_view.cc	(working copy)
 | 
| @@ -8,7 +8,6 @@
 | 
|  #include <string>
 | 
|  
 | 
|  #include "app/drag_drop_types.h"
 | 
| -#include "app/gfx/canvas.h"
 | 
|  #include "app/l10n_util.h"
 | 
|  #include "app/os_exchange_data.h"
 | 
|  #include "app/resource_bundle.h"
 | 
| @@ -43,6 +42,7 @@
 | 
|  #include "chrome/common/chrome_switches.h"
 | 
|  #include "chrome/common/notification_service.h"
 | 
|  #include "chrome/common/pref_names.h"
 | 
| +#include "gfx/canvas.h"
 | 
|  #include "grit/chromium_strings.h"
 | 
|  #include "grit/generated_resources.h"
 | 
|  #include "grit/theme_resources.h"
 | 
| 
 |