| Index: chrome/browser/views/options/languages_page_view.cc
 | 
| ===================================================================
 | 
| --- chrome/browser/views/options/languages_page_view.cc	(revision 42303)
 | 
| +++ chrome/browser/views/options/languages_page_view.cc	(working copy)
 | 
| @@ -9,8 +9,6 @@
 | 
|  
 | 
|  #include "chrome/browser/views/options/languages_page_view.h"
 | 
|  
 | 
| -#include "app/gfx/canvas.h"
 | 
| -#include "app/gfx/font.h"
 | 
|  #include "app/l10n_util.h"
 | 
|  #include "app/resource_bundle.h"
 | 
|  #include "base/command_line.h"
 | 
| @@ -26,6 +24,8 @@
 | 
|  #include "chrome/common/chrome_switches.h"
 | 
|  #include "chrome/common/pref_names.h"
 | 
|  #include "chrome/common/spellcheck_common.h"
 | 
| +#include "gfx/canvas.h"
 | 
| +#include "gfx/font.h"
 | 
|  #include "gfx/native_theme_win.h"
 | 
|  #include "grit/chromium_strings.h"
 | 
|  #include "grit/generated_resources.h"
 | 
| 
 |