From 2b62324eaf94dbd46d3cdc99aab04a349998f1f3 Mon Sep 17 00:00:00 2001 From: "jhawkins@chromium.org" Date: Tue, 10 May 2011 00:37:40 +0000 Subject: 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 --- content/browser/gpu/gpu_data_manager.h | 2 +- content/browser/gpu/gpu_process_host.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'content/browser/gpu') 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 #include -#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 #include -#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" -- cgit v1.1