| Index: chrome/browser/chromeos/fileapi/external_file_protocol_handler.h
|
| diff --git a/chrome/browser/chromeos/fileapi/external_file_protocol_handler.h b/chrome/browser/chromeos/fileapi/external_file_protocol_handler.h
|
| index 88500e06fbfb2d380478157128ab24f2ab9235be..d05a90bad40f4b6ae98fc93891c4afdda54d81c1 100644
|
| --- a/chrome/browser/chromeos/fileapi/external_file_protocol_handler.h
|
| +++ b/chrome/browser/chromeos/fileapi/external_file_protocol_handler.h
|
| @@ -23,7 +23,7 @@ class ExternalFileProtocolHandler
|
| // Creates URLRequestJobs for drive:// URLs.
|
| virtual net::URLRequestJob* MaybeCreateJob(
|
| net::URLRequest* request,
|
| - net::NetworkDelegate* network_delegate) const OVERRIDE;
|
| + net::NetworkDelegate* network_delegate) const override;
|
|
|
| private:
|
| // The profile for processing Drive accesses. Should not be NULL.
|
|
|