| 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;
|
|
|