Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1400)

Unified Diff: google_apis/gcm/engine/connection_handler_impl.h

Issue 625293003: replace OVERRIDE and FINAL with override and final in google_apis/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: another rebase on master Created 6 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: google_apis/gcm/engine/connection_handler_impl.h
diff --git a/google_apis/gcm/engine/connection_handler_impl.h b/google_apis/gcm/engine/connection_handler_impl.h
index 9f9daa94e39e9ea9f80447b595732ce754fe9ad9..296bf6dbf86ba15befa40c36d7e04b34a897a7fc 100644
--- a/google_apis/gcm/engine/connection_handler_impl.h
+++ b/google_apis/gcm/engine/connection_handler_impl.h
@@ -34,11 +34,11 @@ class GCM_EXPORT ConnectionHandlerImpl : public ConnectionHandler {
// ConnectionHandler implementation.
virtual void Init(const mcs_proto::LoginRequest& login_request,
- net::StreamSocket* socket) OVERRIDE;
- virtual void Reset() OVERRIDE;
- virtual bool CanSendMessage() const OVERRIDE;
+ net::StreamSocket* socket) override;
+ virtual void Reset() override;
+ virtual bool CanSendMessage() const override;
virtual void SendMessage(const google::protobuf::MessageLite& message)
- OVERRIDE;
+ override;
private:
// State machine for handling incoming data. See WaitForData(..) for usage.
« no previous file with comments | « google_apis/gcm/engine/connection_factory_impl_unittest.cc ('k') | google_apis/gcm/engine/fake_connection_factory.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698