| Index: app/resource_bundle_linux.cc
 | 
| ===================================================================
 | 
| --- app/resource_bundle_linux.cc	(revision 42303)
 | 
| +++ app/resource_bundle_linux.cc	(working copy)
 | 
| @@ -7,7 +7,6 @@
 | 
|  #include <gtk/gtk.h>
 | 
|  
 | 
|  #include "app/app_paths.h"
 | 
| -#include "app/gfx/font.h"
 | 
|  #include "app/l10n_util.h"
 | 
|  #include "base/base_paths.h"
 | 
|  #include "base/data_pack.h"
 | 
| @@ -18,6 +17,7 @@
 | 
|  #include "base/path_service.h"
 | 
|  #include "base/string_piece.h"
 | 
|  #include "base/string_util.h"
 | 
| +#include "gfx/font.h"
 | 
|  #include "gfx/gtk_util.h"
 | 
|  #include "third_party/skia/include/core/SkBitmap.h"
 | 
|  
 | 
| 
 |