| Index: chrome/service/cloud_print/cloud_print_url_fetcher.h
|
| diff --git a/chrome/service/cloud_print/cloud_print_url_fetcher.h b/chrome/service/cloud_print/cloud_print_url_fetcher.h
|
| index 2d26bb8f4771255d9a60466e16c9dae6596b1108..398af4763e27fd96f2b328449ac2240b8681166f 100644
|
| --- a/chrome/service/cloud_print/cloud_print_url_fetcher.h
|
| +++ b/chrome/service/cloud_print/cloud_print_url_fetcher.h
|
| @@ -107,7 +107,7 @@ class CloudPrintURLFetcher
|
| const std::string& additional_headers);
|
|
|
| // content::URLFetcherDelegate implementation.
|
| - virtual void OnURLFetchComplete(const content::URLFetcher* source);
|
| + virtual void OnURLFetchComplete(const content::URLFetcher* source) OVERRIDE;
|
|
|
| protected:
|
| friend class base::RefCountedThreadSafe<CloudPrintURLFetcher>;
|
|
|