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

Unified Diff: chrome/browser/chromeos/gdata/gdata_protocol_handler.cc

Issue 10554008: Move content::URLFetcher static functions to net::URLFetcher (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix win link error Created 8 years, 6 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/browser/chromeos/gdata/gdata_protocol_handler.cc
diff --git a/chrome/browser/chromeos/gdata/gdata_protocol_handler.cc b/chrome/browser/chromeos/gdata/gdata_protocol_handler.cc
index e61fbea3d31bca351408d5edbcc70e63852b159b..271f8bc6d82f20301ef07eb294b8cdfb5ceb2c9a 100644
--- a/chrome/browser/chromeos/gdata/gdata_protocol_handler.cc
+++ b/chrome/browser/chromeos/gdata/gdata_protocol_handler.cc
@@ -243,7 +243,7 @@ void GDataURLRequestJob::Start() {
// GetDownloadDataCallback - this would either get it from cache or
// download it from gdata.
// 7) If file is downloaded from gdata:
- // 7.1) Whenever content::URLFetcherCore::OnReadCompleted() receives a part
+ // 7.1) Whenever net::URLFetcherCore::OnReadCompleted() receives a part
// of the response, it invokes
// constent::URLFetcherDelegate::OnURLFetchDownloadData() if
// net::URLFetcherDelegate::ShouldSendDownloadData() is true.
@@ -259,7 +259,7 @@ void GDataURLRequestJob::Start() {
// 7.4) Copies the formal download data into a growable-drainable dowload
// IOBuffer
// - IOBuffer has initial size 4096, same as buffer used in
- // content::URLFetcherCore::OnReadCompleted.
+ // net::URLFetcherCore::OnReadCompleted.
// - We may end up with multiple chunks, so we use GrowableIOBuffer.
// - We then wrap the growable buffer within a DrainableIOBuffer for
// ease of progressively writing into the buffer.
« no previous file with comments | « chrome/browser/chromeos/gdata/gdata_operations.cc ('k') | chrome/browser/chromeos/imageburner/burn_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698