| Index: base/file_util_proxy.h
|
| ===================================================================
|
| --- base/file_util_proxy.h (revision 133490)
|
| +++ base/file_util_proxy.h (working copy)
|
| @@ -5,16 +5,17 @@
|
| #ifndef BASE_FILE_UTIL_PROXY_H_
|
| #define BASE_FILE_UTIL_PROXY_H_
|
|
|
| -#include <vector>
|
| -
|
| #include "base/base_export.h"
|
| -#include "base/callback.h"
|
| +#include "base/callback_forward.h"
|
| #include "base/file_path.h"
|
| #include "base/file_util.h"
|
| #include "base/memory/ref_counted.h"
|
| #include "base/platform_file.h"
|
| -#include "base/tracked_objects.h"
|
|
|
| +namespace tracked_objects {
|
| +class Location;
|
| +};
|
| +
|
| namespace base {
|
|
|
| class TaskRunner;
|
| @@ -43,8 +44,7 @@
|
| PassPlatformFile,
|
| const FilePath&)> CreateTemporaryCallback;
|
| typedef Callback<void(PlatformFileError,
|
| - const PlatformFileInfo&
|
| - )> GetFileInfoCallback;
|
| + const PlatformFileInfo&)> GetFileInfoCallback;
|
| typedef Callback<void(PlatformFileError,
|
| const char* /* data */,
|
| int /* bytes read */)> ReadCallback;
|
|
|