| Index: chrome/browser/views/bookmark_bar_view.cc
 | 
| ===================================================================
 | 
| --- chrome/browser/views/bookmark_bar_view.cc	(revision 42303)
 | 
| +++ chrome/browser/views/bookmark_bar_view.cc	(working copy)
 | 
| @@ -9,7 +9,6 @@
 | 
|  #include <set>
 | 
|  #include <vector>
 | 
|  
 | 
| -#include "app/gfx/canvas.h"
 | 
|  #include "app/l10n_util.h"
 | 
|  #include "app/os_exchange_data.h"
 | 
|  #include "app/resource_bundle.h"
 | 
| @@ -37,6 +36,7 @@
 | 
|  #include "chrome/common/notification_service.h"
 | 
|  #include "chrome/common/page_transition_types.h"
 | 
|  #include "chrome/common/pref_names.h"
 | 
| +#include "gfx/canvas.h"
 | 
|  #include "grit/app_resources.h"
 | 
|  #include "grit/generated_resources.h"
 | 
|  #include "grit/theme_resources.h"
 | 
| 
 |