diff options
author | jhawkins@chromium.org <jhawkins@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-01-03 19:36:57 +0000 |
---|---|---|
committer | jhawkins@chromium.org <jhawkins@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-01-03 19:36:57 +0000 |
commit | 4c03b2e97c1880278c0679680f6eeb6d0154cd53 (patch) | |
tree | f843c17952e8f668c2590738fd1ee46d25efea58 /chrome_frame | |
parent | 3d27b13ffd8bbdc963b93b71d7ec41cf8729599f (diff) | |
download | chromium_src-4c03b2e97c1880278c0679680f6eeb6d0154cd53.zip chromium_src-4c03b2e97c1880278c0679680f6eeb6d0154cd53.tar.gz chromium_src-4c03b2e97c1880278c0679680f6eeb6d0154cd53.tar.bz2 |
base::Bind: Remove callback_old.h.
BUG=none
TEST=none
R=groby,awong,csilv
Review URL: http://codereview.chromium.org/9028009
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@116169 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome_frame')
-rw-r--r-- | chrome_frame/urlmon_url_request_private.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/chrome_frame/urlmon_url_request_private.h b/chrome_frame/urlmon_url_request_private.h index e9103ab..469963f 100644 --- a/chrome_frame/urlmon_url_request_private.h +++ b/chrome_frame/urlmon_url_request_private.h @@ -1,4 +1,4 @@ -// Copyright (c) 2011 The Chromium Authors. All rights reserved. +// Copyright (c) 2012 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. @@ -10,7 +10,6 @@ #include <string> -#include "base/callback_old.h" #include "base/gtest_prod_util.h" #include "base/threading/platform_thread.h" #include "net/base/net_errors.h" |