Index: chrome/browser/views/frame/opaque_browser_frame_view.cc |
=================================================================== |
--- chrome/browser/views/frame/opaque_browser_frame_view.cc (revision 42303) |
+++ chrome/browser/views/frame/opaque_browser_frame_view.cc (working copy) |
@@ -4,8 +4,6 @@ |
#include "chrome/browser/views/frame/opaque_browser_frame_view.h" |
-#include "app/gfx/canvas.h" |
-#include "app/gfx/font.h" |
#include "app/l10n_util.h" |
#include "app/resource_bundle.h" |
#include "app/theme_provider.h" |
@@ -16,6 +14,8 @@ |
#include "chrome/browser/views/frame/browser_frame.h" |
#include "chrome/browser/views/frame/browser_view.h" |
#include "chrome/browser/views/tabs/tab_strip.h" |
+#include "gfx/canvas.h" |
+#include "gfx/font.h" |
#include "gfx/path.h" |
#include "grit/app_resources.h" |
#include "grit/chromium_strings.h" |