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

Unified Diff: import/cross/archive_request.cc

Issue 3083012: Tidying up. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/o3d/
Patch Set: '' Created 10 years, 4 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 | « import/cross/archive_processor.cc ('k') | plugin/cross/plugin_metrics.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: import/cross/archive_request.cc
===================================================================
--- import/cross/archive_request.cc (revision 55159)
+++ import/cross/archive_request.cc (working copy)
@@ -169,7 +169,7 @@
bool ArchiveRequest::ReceiveFileData(MemoryReadStream *input_stream,
size_t nbytes) {
// hold on to ourselves in case we are freed in the callback.
- ArchiveRequest::Ref temp(this);
+ ArchiveRequest::Ref temp(this);
assert(input_stream->GetRemainingByteCount() >= nbytes);
assert(file_memory_stream_.GetRemainingByteCount() >= nbytes);
« no previous file with comments | « import/cross/archive_processor.cc ('k') | plugin/cross/plugin_metrics.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698