| Index: components/dom_distiller/core/distiller_url_fetcher.h
|
| diff --git a/components/dom_distiller/core/distiller_url_fetcher.h b/components/dom_distiller/core/distiller_url_fetcher.h
|
| index 346f12edbb2feaf92d103c32641a33620218d16a..203136d08d626662ffb2b42680dec8dbced4444b 100644
|
| --- a/components/dom_distiller/core/distiller_url_fetcher.h
|
| +++ b/components/dom_distiller/core/distiller_url_fetcher.h
|
| @@ -49,7 +49,7 @@ class DistillerURLFetcher : public net::URLFetcherDelegate {
|
|
|
| private:
|
| // net::URLFetcherDelegate:
|
| - virtual void OnURLFetchComplete(const net::URLFetcher* source) OVERRIDE;
|
| + virtual void OnURLFetchComplete(const net::URLFetcher* source) override;
|
|
|
| scoped_ptr<net::URLFetcher> url_fetcher_;
|
| URLFetcherCallback callback_;
|
|
|