Replacing the OVERRIDE with override and FINAL with final in jingle
commit239c9f3ca43aa341b8362c7c622c78e2347d2d60
authormohan.reddy <mohan.reddy@samsung.com>
Tue, 7 Oct 2014 02:35:24 +0000 (6 19:35 -0700)
committerCommit bot <commit-bot@chromium.org>
Tue, 7 Oct 2014 02:35:44 +0000 (7 02:35 +0000)
treee0b6a20e2d63c7c8b486acf52fe825b26d3560e7
parentddd55dea0267689338e02c4f83228ef4d6e04b4c
Replacing the OVERRIDE with override and FINAL with final in jingle

This step is a giant search and replace for OVERRIDE and FINAL to
replace them with their lowercase versions.

BUG=417463

Review URL: https://codereview.chromium.org/628123002

Cr-Commit-Position: refs/heads/master@{#298335}
30 files changed:
jingle/glue/channel_socket_adapter.h
jingle/glue/chrome_async_socket.h
jingle/glue/chrome_async_socket_unittest.cc
jingle/glue/fake_ssl_client_socket.h
jingle/glue/proxy_resolving_client_socket.h
jingle/glue/pseudotcp_adapter.cc
jingle/glue/pseudotcp_adapter.h
jingle/glue/pseudotcp_adapter_unittest.cc
jingle/glue/task_pump.h
jingle/glue/thread_wrapper.h
jingle/glue/thread_wrapper_unittest.cc
jingle/glue/xmpp_client_socket_factory.h
jingle/notifier/base/fake_base_task.cc
jingle/notifier/base/gaia_token_pre_xmpp_auth.cc
jingle/notifier/base/gaia_token_pre_xmpp_auth.h
jingle/notifier/base/weak_xmpp_client.h
jingle/notifier/communicator/login.h
jingle/notifier/communicator/single_login_attempt.h
jingle/notifier/communicator/single_login_attempt_unittest.cc
jingle/notifier/listener/fake_push_client.h
jingle/notifier/listener/fake_push_client_observer.h
jingle/notifier/listener/non_blocking_push_client.cc
jingle/notifier/listener/non_blocking_push_client.h
jingle/notifier/listener/non_blocking_push_client_unittest.cc
jingle/notifier/listener/push_notifications_listen_task.h
jingle/notifier/listener/push_notifications_send_update_task.h
jingle/notifier/listener/push_notifications_subscribe_task.h
jingle/notifier/listener/send_ping_task.h
jingle/notifier/listener/xmpp_push_client.h
jingle/notifier/listener/xmpp_push_client_unittest.cc