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

Unified Diff: net/base/upload_data.h

Issue 12163003: Add FilePath to base namespace. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « net/base/test_root_certs.h ('k') | net/disk_cache/cache_util.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/base/upload_data.h
diff --git a/net/base/upload_data.h b/net/base/upload_data.h
index 4e6c6ca3c413e425dc9373199efd6bba877bd85d..b782ab4e4ded7e87b21e484e111dc2e794f2fbe5 100644
--- a/net/base/upload_data.h
+++ b/net/base/upload_data.h
@@ -12,9 +12,8 @@
#include "net/base/net_export.h"
#include "net/base/upload_element.h"
-class FilePath;
-
namespace base {
+class FilePath;
class Time;
} // namespace base
@@ -35,7 +34,7 @@ class NET_EXPORT UploadData
void AppendBytes(const char* bytes, int bytes_len);
- void AppendFileRange(const FilePath& file_path,
+ void AppendFileRange(const base::FilePath& file_path,
uint64 offset, uint64 length,
const base::Time& expected_modification_time);
« no previous file with comments | « net/base/test_root_certs.h ('k') | net/disk_cache/cache_util.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698