| Index: chrome/browser/chromeos/gdata/gdata_protocol_handler.h
|
| diff --git a/chrome/browser/chromeos/gdata/gdata_protocol_handler.h b/chrome/browser/chromeos/gdata/gdata_protocol_handler.h
|
| index 90b9bcd70122bf3542e475adcb3b8ee1b40eb1c1..5396716ce28789198e53974c680bdb0279e97436 100644
|
| --- a/chrome/browser/chromeos/gdata/gdata_protocol_handler.h
|
| +++ b/chrome/browser/chromeos/gdata/gdata_protocol_handler.h
|
| @@ -15,7 +15,8 @@ class GDataProtocolHandler : public net::URLRequestJobFactory::ProtocolHandler {
|
| virtual ~GDataProtocolHandler();
|
| // Creates URLRequestJobs for drive:// URLs.
|
| virtual net::URLRequestJob* MaybeCreateJob(
|
| - net::URLRequest* request) const OVERRIDE;
|
| + net::URLRequest* request,
|
| + net::NetworkDelegate* network_delegate) const OVERRIDE;
|
| };
|
|
|
| } // namespace gdata
|
|
|