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

Unified Diff: client/mac/sender/uploader.mm

Issue 9234054: Fix several clang warnings in breakpad. (Closed) Base URL: http://google-breakpad.googlecode.com/svn/trunk/src/
Patch Set: . Created 8 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 | « client/mac/handler/breakpad_nlist_64.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: client/mac/sender/uploader.mm
===================================================================
--- client/mac/sender/uploader.mm (revision 902)
+++ client/mac/sender/uploader.mm (working copy)
@@ -546,7 +546,7 @@
}
if (logFileData_) {
- [self uploadData:logFileData_ name:@"log" url:url];
+ [self uploadData:logFileData_ name:@"log"];
}
[upload release];
« no previous file with comments | « client/mac/handler/breakpad_nlist_64.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698