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 /webkit/fileapi/file_system_file_util_proxy.h | |
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 'webkit/fileapi/file_system_file_util_proxy.h')
-rw-r--r-- | webkit/fileapi/file_system_file_util_proxy.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/webkit/fileapi/file_system_file_util_proxy.h b/webkit/fileapi/file_system_file_util_proxy.h index 16eee74..e1e2448 100644 --- a/webkit/fileapi/file_system_file_util_proxy.h +++ b/webkit/fileapi/file_system_file_util_proxy.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. @@ -8,7 +8,6 @@ #include <vector> #include "base/callback.h" -#include "base/callback_old.h" #include "base/file_path.h" #include "base/file_util_proxy.h" #include "base/memory/ref_counted.h" |