| Index: google_apis/gcm/engine/unregistration_request.h
|
| diff --git a/google_apis/gcm/engine/unregistration_request.h b/google_apis/gcm/engine/unregistration_request.h
|
| index 39887abb11b3bd944b1337fa4aac9cc0e1c385c4..c5c0eb5919b915e2672e0c3a4e8bfffe690130b9 100644
|
| --- a/google_apis/gcm/engine/unregistration_request.h
|
| +++ b/google_apis/gcm/engine/unregistration_request.h
|
| @@ -80,13 +80,13 @@ class GCM_EXPORT UnregistrationRequest : public net::URLFetcherDelegate {
|
| const UnregistrationCallback& callback,
|
| scoped_refptr<net::URLRequestContextGetter> request_context_getter,
|
| GCMStatsRecorder* recorder);
|
| - virtual ~UnregistrationRequest();
|
| + ~UnregistrationRequest() override;
|
|
|
| // Starts an unregistration request.
|
| void Start();
|
|
|
| // URLFetcherDelegate implementation.
|
| - virtual void OnURLFetchComplete(const net::URLFetcher* source) override;
|
| + void OnURLFetchComplete(const net::URLFetcher* source) override;
|
|
|
| private:
|
| // Schedules a retry attempt and informs the backoff of previous request's
|
|
|