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

Side by Side Diff: base/file_util_proxy.h

Issue 6985009: iwyu: Use callback_old.h where appropriate, part 1. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 7 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 | « no previous file | base/memory/scoped_callback_factory.h » ('j') | 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) 2011 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 BASE_FILE_UTIL_PROXY_H_ 5 #ifndef BASE_FILE_UTIL_PROXY_H_
6 #define BASE_FILE_UTIL_PROXY_H_ 6 #define BASE_FILE_UTIL_PROXY_H_
7 7
8 #include <vector> 8 #include <vector>
9 9
10 #include "base/base_api.h" 10 #include "base/base_api.h"
11 #include "base/callback.h" 11 #include "base/callback_old.h"
12 #include "base/file_path.h" 12 #include "base/file_path.h"
13 #include "base/file_util.h" 13 #include "base/file_util.h"
14 #include "base/memory/ref_counted.h" 14 #include "base/memory/ref_counted.h"
15 #include "base/platform_file.h" 15 #include "base/platform_file.h"
16 #include "base/tracked_objects.h" 16 #include "base/tracked_objects.h"
17 17
18 namespace base { 18 namespace base {
19 19
20 class MessageLoopProxy; 20 class MessageLoopProxy;
21 class Time; 21 class Time;
(...skipping 185 matching lines...) Expand 10 before | Expand all | Expand 10 after
207 PlatformFile file, 207 PlatformFile file,
208 StatusCallback* callback); 208 StatusCallback* callback);
209 209
210 private: 210 private:
211 DISALLOW_IMPLICIT_CONSTRUCTORS(FileUtilProxy); 211 DISALLOW_IMPLICIT_CONSTRUCTORS(FileUtilProxy);
212 }; 212 };
213 213
214 } // namespace base 214 } // namespace base
215 215
216 #endif // BASE_FILE_UTIL_PROXY_H_ 216 #endif // BASE_FILE_UTIL_PROXY_H_
OLDNEW
« no previous file with comments | « no previous file | base/memory/scoped_callback_factory.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698