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

Unified Diff: chrome/browser/chromeos/drive/file_system_util.h

Issue 184583008: Fix IWYU in base/files/file.h (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 6 years, 9 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 | « base/files/file.h ('k') | chrome/browser/chromeos/drive/fileapi/webkit_file_stream_writer_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chromeos/drive/file_system_util.h
diff --git a/chrome/browser/chromeos/drive/file_system_util.h b/chrome/browser/chromeos/drive/file_system_util.h
index e6b56b9efba857e0ed9d32986a87bad0ba9e58f9..43ae4c51b09f87763f0c36657a3883764d468a87 100644
--- a/chrome/browser/chromeos/drive/file_system_util.h
+++ b/chrome/browser/chromeos/drive/file_system_util.h
@@ -8,15 +8,12 @@
#include <string>
#include "base/callback_forward.h"
+#include "base/files/file_path.h"
#include "chrome/browser/chromeos/drive/file_errors.h"
#include "url/gurl.h"
class Profile;
-namespace base {
-class FilePath;
-}
-
namespace fileapi {
class FileSystemURL;
}
« no previous file with comments | « base/files/file.h ('k') | chrome/browser/chromeos/drive/fileapi/webkit_file_stream_writer_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698