summaryrefslogtreecommitdiffstats
path: root/views/window/custom_frame_view.cc
diff options
context:
space:
mode:
Diffstat (limited to 'views/window/custom_frame_view.cc')
-rw-r--r--views/window/custom_frame_view.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/views/window/custom_frame_view.cc b/views/window/custom_frame_view.cc
index d3d256f..cf0fc49 100644
--- a/views/window/custom_frame_view.cc
+++ b/views/window/custom_frame_view.cc
@@ -4,8 +4,6 @@
#include "views/window/custom_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"
@@ -13,6 +11,8 @@
#include "app/win_util.h"
#include "base/win_util.h"
#endif
+#include "gfx/canvas.h"
+#include "gfx/font.h"
#include "gfx/path.h"
#include "grit/app_resources.h"
#include "grit/app_strings.h"