Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(83)

Side by Side Diff: webkit/fileapi/file_system_file_util_proxy.h

Issue 9028009: base::Bind: Remove callback_old.h. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Actually remove callback_old.h Created 8 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « net/disk_cache/disk_cache_test_util.h ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright (c) 2011 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #ifndef WEBKIT_FILEAPI_FILE_SYSTEM_FILE_UTIL_PROXY_H_ 5 #ifndef WEBKIT_FILEAPI_FILE_SYSTEM_FILE_UTIL_PROXY_H_
6 #define WEBKIT_FILEAPI_FILE_SYSTEM_FILE_UTIL_PROXY_H_ 6 #define WEBKIT_FILEAPI_FILE_SYSTEM_FILE_UTIL_PROXY_H_
7 7
8 #include <vector> 8 #include <vector>
9 9
10 #include "base/callback.h" 10 #include "base/callback.h"
11 #include "base/callback_old.h"
12 #include "base/file_path.h" 11 #include "base/file_path.h"
13 #include "base/file_util_proxy.h" 12 #include "base/file_util_proxy.h"
14 #include "base/memory/ref_counted.h" 13 #include "base/memory/ref_counted.h"
15 #include "base/platform_file.h" 14 #include "base/platform_file.h"
16 #include "base/tracked_objects.h" 15 #include "base/tracked_objects.h"
17 16
18 namespace base { 17 namespace base {
19 class MessageLoopProxy; 18 class MessageLoopProxy;
20 } 19 }
21 20
(...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after
71 const ReadDirectoryTask& task, 70 const ReadDirectoryTask& task,
72 const ReadDirectoryCallback& callback); 71 const ReadDirectoryCallback& callback);
73 72
74 private: 73 private:
75 DISALLOW_IMPLICIT_CONSTRUCTORS(FileSystemFileUtilProxy); 74 DISALLOW_IMPLICIT_CONSTRUCTORS(FileSystemFileUtilProxy);
76 }; 75 };
77 76
78 } // namespace fileapi 77 } // namespace fileapi
79 78
80 #endif // WEBKIT_FILEAPI_FILE_SYSTEM_FILE_UTIL_PROXY_H_ 79 #endif // WEBKIT_FILEAPI_FILE_SYSTEM_FILE_UTIL_PROXY_H_
OLDNEW
« no previous file with comments | « net/disk_cache/disk_cache_test_util.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698