diff options
Diffstat (limited to 'chrome/views/window/custom_frame_view.cc')
-rw-r--r-- | chrome/views/window/custom_frame_view.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/views/window/custom_frame_view.cc b/chrome/views/window/custom_frame_view.cc index e6524de..e3cdad6 100644 --- a/chrome/views/window/custom_frame_view.cc +++ b/chrome/views/window/custom_frame_view.cc @@ -4,10 +4,10 @@ #include "chrome/views/window/custom_frame_view.h" +#include "app/gfx/chrome_canvas.h" #include "app/resource_bundle.h" #include "base/win_util.h" #include "chrome/common/gfx/path.h" -#include "chrome/common/gfx/chrome_canvas.h" #include "chrome/common/gfx/chrome_font.h" #include "chrome/common/win_util.h" #include "chrome/views/window/client_view.h" |