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

Unified Diff: base/file_util_proxy.h

Issue 10115017: Cleanup: IWYU for base/file_util_proxy.h. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: rebase Created 8 years, 8 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | base/file_util_proxy.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
« no previous file with comments | « no previous file | base/file_util_proxy.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698