summaryrefslogtreecommitdiffstats
path: root/views
diff options
context:
space:
mode:
authorakalin@chromium.org <akalin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-02-19 03:15:59 +0000
committerakalin@chromium.org <akalin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-02-19 03:15:59 +0000
commit2041cf34db4b3b9e43f9c63a57975798c0677ad7 (patch)
tree5caa67abfd19b51f124c17ac0c6a68eca0d9e860 /views
parentcf03da1cccdc0bae0ced1dcf599c8a74324a1577 (diff)
downloadchromium_src-2041cf34db4b3b9e43f9c63a57975798c0677ad7.zip
chromium_src-2041cf34db4b3b9e43f9c63a57975798c0677ad7.tar.gz
chromium_src-2041cf34db4b3b9e43f9c63a57975798c0677ad7.tar.bz2
Pulled out Callback code into base/callback.h. This is the first step towards redoing the Callback interfaces.
Added and removed includes as needed. BUG=35223 TEST=trybots Review URL: http://codereview.chromium.org/646061 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@39419 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'views')
-rw-r--r--views/controls/scrollbar/bitmap_scroll_bar.cc1
-rw-r--r--views/repeat_controller.h1
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"