diff options
Diffstat (limited to 'chrome/views/controls/button/text_button.cc')
-rw-r--r-- | chrome/views/controls/button/text_button.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/views/controls/button/text_button.cc b/chrome/views/controls/button/text_button.cc index add909b..d175fd4 100644 --- a/chrome/views/controls/button/text_button.cc +++ b/chrome/views/controls/button/text_button.cc @@ -4,10 +4,10 @@ #include "chrome/views/controls/button/text_button.h" +#include "app/gfx/chrome_canvas.h" #include "app/l10n_util.h" #include "app/throb_animation.h" #include "app/resource_bundle.h" -#include "chrome/common/gfx/chrome_canvas.h" #include "chrome/views/controls/button/button.h" #include "chrome/views/event.h" #include "grit/theme_resources.h" |