| Index: views/controls/tabbed_pane/native_tabbed_pane_win.cc
 | 
| ===================================================================
 | 
| --- views/controls/tabbed_pane/native_tabbed_pane_win.cc	(revision 42303)
 | 
| +++ views/controls/tabbed_pane/native_tabbed_pane_win.cc	(working copy)
 | 
| @@ -6,12 +6,12 @@
 | 
|  
 | 
|  #include <vssym32.h>
 | 
|  
 | 
| -#include "app/gfx/canvas.h"
 | 
| -#include "app/gfx/font.h"
 | 
|  #include "app/l10n_util_win.h"
 | 
|  #include "app/resource_bundle.h"
 | 
|  #include "base/logging.h"
 | 
|  #include "base/stl_util-inl.h"
 | 
| +#include "gfx/canvas.h"
 | 
| +#include "gfx/font.h"
 | 
|  #include "gfx/native_theme_win.h"
 | 
|  #include "views/controls/tabbed_pane/tabbed_pane.h"
 | 
|  #include "views/fill_layout.h"
 | 
| 
 |