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

Unified Diff: chrome/browser/chromeos/gdata/gdata_operations.h

Issue 10392192: Remove content::URLFetcherDelegate (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 7 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_operations.h
diff --git a/chrome/browser/chromeos/gdata/gdata_operations.h b/chrome/browser/chromeos/gdata/gdata_operations.h
index c87af734546bb1b3f63c43536913facc52ff4059..66ada2fbc58b01f63c947cdaa31a2626361e4810 100644
--- a/chrome/browser/chromeos/gdata/gdata_operations.h
+++ b/chrome/browser/chromeos/gdata/gdata_operations.h
@@ -82,7 +82,7 @@ class GDataOperationInterface {
// Base class for operations that are fetching URLs.
class UrlFetchOperationBase : public GDataOperationInterface,
public GDataOperationRegistry::Operation,
- public content::URLFetcherDelegate {
+ public net::URLFetcherDelegate {
public:
// Overridden from GDataOperationInterface.
virtual void Start(const std::string& auth_token) OVERRIDE;
@@ -270,7 +270,7 @@ class DownloadFileOperation : public UrlFetchOperationBase {
OVERRIDE;
virtual void RunCallbackOnPrematureFailure(GDataErrorCode code) OVERRIDE;
- // Overridden from content::URLFetcherDelegate.
+ // Overridden from net::URLFetcherDelegate.
virtual void OnURLFetchDownloadProgress(const net::URLFetcher* source,
int64 current, int64 total) OVERRIDE;
virtual bool ShouldSendDownloadData() OVERRIDE;

Powered by Google App Engine
This is Rietveld 408576698