summaryrefslogtreecommitdiffstats
path: root/content
diff options
context:
space:
mode:
authorjhawkins@chromium.org <jhawkins@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-05-11 18:26:37 +0000
committerjhawkins@chromium.org <jhawkins@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-05-11 18:26:37 +0000
commit60cc89e8d2e761dea28bb9e4cf9ebbad516bff09 (patch)
tree0b9651d0d7cb43d21267d5c5e9efe5ee9336557b /content
parentbe8fedbacb1c0fa3d2325387d5dbaf226cf12b8e (diff)
downloadchromium_src-60cc89e8d2e761dea28bb9e4cf9ebbad516bff09.zip
chromium_src-60cc89e8d2e761dea28bb9e4cf9ebbad516bff09.tar.gz
chromium_src-60cc89e8d2e761dea28bb9e4cf9ebbad516bff09.tar.bz2
iwyu: Include callback_old.h where appropriate, final.
BUG=82098 TEST=none Review URL: http://codereview.chromium.org/7003003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@85003 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content')
-rw-r--r--content/plugin/webplugin_accelerated_surface_proxy_mac.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/content/plugin/webplugin_accelerated_surface_proxy_mac.cc b/content/plugin/webplugin_accelerated_surface_proxy_mac.cc
index 58f27fd..77f76c5 100644
--- a/content/plugin/webplugin_accelerated_surface_proxy_mac.cc
+++ b/content/plugin/webplugin_accelerated_surface_proxy_mac.cc
@@ -6,6 +6,7 @@
#include "content/plugin/webplugin_accelerated_surface_proxy_mac.h"
+#include "base/callback_old.h"
#include "content/plugin/webplugin_proxy.h"
#include "ui/gfx/surface/accelerated_surface_mac.h"
#include "ui/gfx/surface/transport_dib.h"