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

Unified Diff: net/url_request/url_request_simple_job.h

Issue 761903003: Update from https://crrev.com/306655 (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 6 years 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/url_request/url_fetcher_core.cc ('k') | net/url_request/url_request_simple_job.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/url_request/url_request_simple_job.h
diff --git a/net/url_request/url_request_simple_job.h b/net/url_request/url_request_simple_job.h
index 99b6cb6f5c594cf48ccd53f5ceea2f29439dbfaf..f605fe4e650e8de8b53c686bd3b4192ed3090c7e 100644
--- a/net/url_request/url_request_simple_job.h
+++ b/net/url_request/url_request_simple_job.h
@@ -66,7 +66,7 @@ class NET_EXPORT URLRequestSimpleJob : public URLRangeRequestJob {
std::string mime_type_;
std::string charset_;
scoped_refptr<base::RefCountedMemory> data_;
- int data_offset_;
+ int64 data_offset_;
base::WeakPtrFactory<URLRequestSimpleJob> weak_factory_;
};
« no previous file with comments | « net/url_request/url_fetcher_core.cc ('k') | net/url_request/url_request_simple_job.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698