summaryrefslogtreecommitdiffstats
path: root/content/browser/gpu
diff options
context:
space:
mode:
authorjhawkins@chromium.org <jhawkins@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-05-10 00:37:40 +0000
committerjhawkins@chromium.org <jhawkins@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-05-10 00:37:40 +0000
commit2b62324eaf94dbd46d3cdc99aab04a349998f1f3 (patch)
tree21f6959f04d60af281b1abbcde7662a3754997d5 /content/browser/gpu
parent8fccbe8a39d5e883dd5b25146f6ebec51de4e921 (diff)
downloadchromium_src-2b62324eaf94dbd46d3cdc99aab04a349998f1f3.zip
chromium_src-2b62324eaf94dbd46d3cdc99aab04a349998f1f3.tar.gz
chromium_src-2b62324eaf94dbd46d3cdc99aab04a349998f1f3.tar.bz2
iwyu: Use callback_old.h where appropriate, part 1.
BUG=none TEST=none R=thakis@chromium.org Review URL: http://codereview.chromium.org/6985009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@84725 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/browser/gpu')
-rw-r--r--content/browser/gpu/gpu_data_manager.h2
-rw-r--r--content/browser/gpu/gpu_process_host.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/content/browser/gpu/gpu_data_manager.h b/content/browser/gpu/gpu_data_manager.h
index 77199e0..1f5f86e 100644
--- a/content/browser/gpu/gpu_data_manager.h
+++ b/content/browser/gpu/gpu_data_manager.h
@@ -9,7 +9,7 @@
#include <set>
#include <string>
-#include "base/callback.h"
+#include "base/callback_old.h"
#include "base/memory/scoped_ptr.h"
#include "base/memory/singleton.h"
#include "base/synchronization/lock.h"
diff --git a/content/browser/gpu/gpu_process_host.h b/content/browser/gpu/gpu_process_host.h
index 17ba8fe..abf7280 100644
--- a/content/browser/gpu/gpu_process_host.h
+++ b/content/browser/gpu/gpu_process_host.h
@@ -9,7 +9,7 @@
#include <map>
#include <queue>
-#include "base/callback.h"
+#include "base/callback_old.h"
#include "base/memory/linked_ptr.h"
#include "base/threading/non_thread_safe.h"
#include "content/browser/browser_child_process_host.h"