| Index: chrome/browser/views/browser_actions_container.cc
 | 
| ===================================================================
 | 
| --- chrome/browser/views/browser_actions_container.cc	(revision 42303)
 | 
| +++ chrome/browser/views/browser_actions_container.cc	(working copy)
 | 
| @@ -4,7 +4,6 @@
 | 
|  
 | 
|  #include "chrome/browser/views/browser_actions_container.h"
 | 
|  
 | 
| -#include "app/gfx/canvas.h"
 | 
|  #include "app/l10n_util.h"
 | 
|  #include "app/resource_bundle.h"
 | 
|  #include "app/slide_animation.h"
 | 
| @@ -28,6 +27,7 @@
 | 
|  #include "chrome/common/notification_source.h"
 | 
|  #include "chrome/common/notification_type.h"
 | 
|  #include "chrome/common/pref_names.h"
 | 
| +#include "gfx/canvas.h"
 | 
|  #include "grit/app_resources.h"
 | 
|  #include "grit/generated_resources.h"
 | 
|  #include "third_party/skia/include/core/SkBitmap.h"
 | 
| 
 |