Index: chrome/browser/gtk/options/fonts_page_gtk.cc |
=================================================================== |
--- chrome/browser/gtk/options/fonts_page_gtk.cc (revision 42303) |
+++ chrome/browser/gtk/options/fonts_page_gtk.cc (working copy) |
@@ -4,7 +4,6 @@ |
#include "chrome/browser/gtk/options/fonts_page_gtk.h" |
-#include "app/gfx/font.h" |
#include "app/l10n_util.h" |
#include "app/l10n_util_collator.h" |
#include "chrome/browser/browser_process.h" |
@@ -12,6 +11,7 @@ |
#include "chrome/browser/gtk/options/options_layout_gtk.h" |
#include "chrome/browser/profile.h" |
#include "chrome/common/pref_names.h" |
+#include "gfx/font.h" |
#include "grit/generated_resources.h" |
namespace { |