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

Unified Diff: chrome/common/render_messages.h

Issue 63011: Monster FilePath patch! (Closed)
Patch Set: sync with trunk Created 11 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
Index: chrome/common/render_messages.h
diff --git a/chrome/common/render_messages.h b/chrome/common/render_messages.h
index 1c983d05cb19c85c28b4079cc4c34a3a554b8767..0d5404a5d52b392714f2941471dd79299177fe03 100644
--- a/chrome/common/render_messages.h
+++ b/chrome/common/render_messages.h
@@ -1105,7 +1105,7 @@ struct ParamTraits<net::UploadData::Element> {
r->SetToBytes(data, len);
} else {
DCHECK(type == net::UploadData::TYPE_FILE);
- std::wstring file_path;
+ FilePath file_path;
uint64 offset, length;
if (!ReadParam(m, iter, &file_path))
return false;
« no previous file with comments | « chrome/browser/views/constrained_window_impl_interactive_uitest.cc ('k') | chrome/common/render_messages_internal.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698