Index: google_apis/gcm/engine/registration_request.h |
diff --git a/google_apis/gcm/engine/registration_request.h b/google_apis/gcm/engine/registration_request.h |
index d41f2858f6bb2dd7ba346bae68ae04f2d5555fc9..736f4b447a7ad2b9357175189fe78dd8caac61ff 100644 |
--- a/google_apis/gcm/engine/registration_request.h |
+++ b/google_apis/gcm/engine/registration_request.h |
@@ -94,7 +94,7 @@ class GCM_EXPORT RegistrationRequest : public net::URLFetcherDelegate { |
void Start(); |
// URLFetcherDelegate implementation. |
- virtual void OnURLFetchComplete(const net::URLFetcher* source) OVERRIDE; |
+ virtual void OnURLFetchComplete(const net::URLFetcher* source) override; |
private: |
// Schedules a retry attempt, informs the backoff of a previous request's |