| Index: cloud_print/gcp20/prototype/cloud_print_request.h
|
| diff --git a/cloud_print/gcp20/prototype/cloud_print_request.h b/cloud_print/gcp20/prototype/cloud_print_request.h
|
| index 5adfe354065878b735ff63dfe63e8aa1f541a843..681299f582ee625153201e1e244498f8b5d412d6 100644
|
| --- a/cloud_print/gcp20/prototype/cloud_print_request.h
|
| +++ b/cloud_print/gcp20/prototype/cloud_print_request.h
|
| @@ -63,7 +63,7 @@ class CloudPrintRequest : public net::URLFetcherDelegate,
|
| Delegate* delegate);
|
|
|
| // net::URLFetcherDelegate methods:
|
| - virtual void OnURLFetchComplete(const net::URLFetcher* source) OVERRIDE;
|
| + virtual void OnURLFetchComplete(const net::URLFetcher* source) override;
|
|
|
| // Method for handling timeout.
|
| void OnRequestTimeout();
|
|
|