| Index: chrome/browser/views/options/advanced_contents_view.cc
 | 
| ===================================================================
 | 
| --- chrome/browser/views/options/advanced_contents_view.cc	(revision 42303)
 | 
| +++ chrome/browser/views/options/advanced_contents_view.cc	(working copy)
 | 
| @@ -13,7 +13,6 @@
 | 
|  #include <vssym32.h>
 | 
|  
 | 
|  #include "app/combobox_model.h"
 | 
| -#include "app/gfx/canvas.h"
 | 
|  #include "app/l10n_util.h"
 | 
|  #include "app/resource_bundle.h"
 | 
|  #include "base/file_util.h"
 | 
| @@ -40,6 +39,7 @@
 | 
|  #include "chrome/browser/views/options/fonts_languages_window_view.h"
 | 
|  #include "chrome/browser/views/restart_message_box.h"
 | 
|  #include "chrome/common/pref_names.h"
 | 
| +#include "gfx/canvas.h"
 | 
|  #include "gfx/native_theme_win.h"
 | 
|  #include "grit/app_resources.h"
 | 
|  #include "grit/chromium_strings.h"
 | 
| 
 |