diff options
Diffstat (limited to 'views')
-rw-r--r-- | views/controls/scrollbar/bitmap_scroll_bar.cc | 1 | ||||
-rw-r--r-- | views/repeat_controller.h | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/views/controls/scrollbar/bitmap_scroll_bar.cc b/views/controls/scrollbar/bitmap_scroll_bar.cc index cba747a..ef594c8 100644 --- a/views/controls/scrollbar/bitmap_scroll_bar.cc +++ b/views/controls/scrollbar/bitmap_scroll_bar.cc @@ -10,6 +10,7 @@ #include "app/gfx/canvas.h" #include "app/l10n_util.h" +#include "base/callback.h" #include "base/compiler_specific.h" #include "base/keyboard_codes.h" #include "base/message_loop.h" diff --git a/views/repeat_controller.h b/views/repeat_controller.h index 9e01dd1..78adeb1 100644 --- a/views/repeat_controller.h +++ b/views/repeat_controller.h @@ -5,6 +5,7 @@ #ifndef VIEWS_REPEAT_CONTROLLER_H_ #define VIEWS_REPEAT_CONTROLLER_H_ +#include "base/callback.h" #include "base/scoped_ptr.h" #include "base/timer.h" |