| Index: chrome/browser/profiles/profile_io_data.cc
|
| diff --git a/chrome/browser/profiles/profile_io_data.cc b/chrome/browser/profiles/profile_io_data.cc
|
| index b06f78c4d092ca3b0506fdfe72978af4d1478cc9..9ba6a7df04678202b64201d015530a568f2cc7d9 100644
|
| --- a/chrome/browser/profiles/profile_io_data.cc
|
| +++ b/chrome/browser/profiles/profile_io_data.cc
|
| @@ -213,7 +213,7 @@ class DebugDevToolsInterceptor : public net::URLRequestInterceptor {
|
| // net::URLRequestInterceptor implementation.
|
| virtual net::URLRequestJob* MaybeInterceptRequest(
|
| net::URLRequest* request,
|
| - net::NetworkDelegate* network_delegate) const OVERRIDE {
|
| + net::NetworkDelegate* network_delegate) const override {
|
| base::FilePath path;
|
| if (IsSupportedDevToolsURL(request->url(), &path))
|
| return new net::URLRequestFileJob(
|
|
|