Standardize usage of virtual/override/final in mojo/
commit3fc12db4bdf0829f206dafbb23d411ff502d7de6
authordcheng <dcheng@chromium.org>
Tue, 21 Oct 2014 12:16:28 +0000 (21 05:16 -0700)
committerCommit bot <commit-bot@chromium.org>
Tue, 21 Oct 2014 12:16:41 +0000 (21 12:16 +0000)
tree490d64d00346164d5f7ee866d7d44dc269c632aa
parentc2282aa89148883769f87c74cc3c4608c0933489
Standardize usage of virtual/override/final in mojo/

This patch was automatically generated by applying clang fixit hints
generated by the plugin to the source tree.

BUG=417463
TBR=mpcomplete@chromium.org

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

Cr-Commit-Position: refs/heads/master@{#300470}
137 files changed:
mojo/application_manager/application_loader.h
mojo/application_manager/application_manager.cc
mojo/application_manager/application_manager_unittest.cc
mojo/application_manager/background_shell_application_loader.h
mojo/application_manager/background_shell_application_loader_unittest.cc
mojo/apps/js/application_delegate_impl.h
mojo/apps/js/bindings/gl/context.h
mojo/apps/js/content_handler_impl.cc
mojo/apps/js/content_handler_impl.h
mojo/apps/js/content_handler_main.cc
mojo/apps/js/mojo_runner_delegate.h
mojo/apps/js/standalone_main.cc
mojo/apps/js/test/handle_unittest.cc
mojo/apps/js/test/js_to_cpp_unittest.cc
mojo/bindings/js/handle.h
mojo/bindings/js/waiting_callback.h
mojo/cc/context_provider_mojo.h
mojo/cc/direct_output_surface.h
mojo/cc/output_surface_mojo.h
mojo/common/handle_watcher.cc
mojo/common/message_pump_mojo.h
mojo/common/message_pump_mojo_unittest.cc
mojo/converters/input_events/mojo_extended_key_event_data.h
mojo/edk/embedder/simple_platform_shared_buffer.h
mojo/edk/embedder/simple_platform_support.h
mojo/edk/system/channel.h
mojo/edk/system/channel_unittest.cc
mojo/edk/system/core_test_base.cc
mojo/edk/system/data_pipe_consumer_dispatcher.h
mojo/edk/system/data_pipe_producer_dispatcher.h
mojo/edk/system/dispatcher_unittest.cc
mojo/edk/system/local_data_pipe.h
mojo/edk/system/local_message_pipe_endpoint.h
mojo/edk/system/message_pipe_dispatcher.h
mojo/edk/system/message_pipe_dispatcher_unittest.cc
mojo/edk/system/platform_handle_dispatcher.h
mojo/edk/system/proxy_message_pipe_endpoint.h
mojo/edk/system/raw_channel_posix.cc
mojo/edk/system/raw_channel_unittest.cc
mojo/edk/system/shared_buffer_dispatcher.h
mojo/edk/system/simple_dispatcher.h
mojo/edk/system/simple_dispatcher_unittest.cc
mojo/edk/system/waiter_test_utils.h
mojo/edk/system/waiter_unittest.cc
mojo/edk/test/test_support_impl.h
mojo/gles2/command_buffer_client_impl.cc
mojo/gles2/command_buffer_client_impl.h
mojo/gles2/gles2_context.h
mojo/public/c/system/tests/core_perftest.cc
mojo/public/cpp/application/application_impl.h
mojo/public/cpp/application/lib/application_impl.cc
mojo/public/cpp/application/lib/service_registry.h
mojo/public/cpp/application/lib/weak_service_provider.h
mojo/public/cpp/application/service_provider_impl.h
mojo/public/cpp/application/tests/service_registry_unittest.cc
mojo/public/cpp/bindings/lib/connector.h
mojo/public/cpp/bindings/lib/fixed_buffer.h
mojo/public/cpp/bindings/lib/message_header_validator.h
mojo/public/cpp/bindings/lib/router.cc
mojo/public/cpp/bindings/lib/router.h
mojo/public/cpp/bindings/message.h
mojo/public/cpp/bindings/message_filter.h
mojo/public/cpp/bindings/no_interface.h
mojo/public/cpp/bindings/tests/connector_unittest.cc
mojo/public/cpp/bindings/tests/handle_passing_unittest.cc
mojo/public/cpp/bindings/tests/interface_ptr_unittest.cc
mojo/public/cpp/bindings/tests/request_response_unittest.cc
mojo/public/cpp/bindings/tests/router_unittest.cc
mojo/public/cpp/bindings/tests/sample_service_unittest.cc
mojo/public/cpp/bindings/tests/validation_unittest.cc
mojo/public/cpp/environment/lib/default_async_waiter.cc
mojo/public/cpp/system/tests/macros_unittest.cc
mojo/public/cpp/utility/tests/mutex_unittest.cc
mojo/public/cpp/utility/tests/run_loop_unittest.cc
mojo/public/cpp/utility/tests/thread_unittest.cc
mojo/services/clipboard/clipboard_standalone_impl.h
mojo/services/clipboard/main.cc
mojo/services/gles2/command_buffer_impl.cc
mojo/services/gles2/command_buffer_impl.h
mojo/services/gles2/mojo_buffer_backing.h
mojo/services/html_viewer/html_document_view.h
mojo/services/html_viewer/html_viewer.cc
mojo/services/html_viewer/weblayertreeview_impl.h
mojo/services/html_viewer/websockethandle_impl.cc
mojo/services/html_viewer/webthread_impl.cc
mojo/services/native_viewport/gpu_impl.h
mojo/services/native_viewport/main.cc
mojo/services/native_viewport/native_viewport_impl.h
mojo/services/native_viewport/platform_viewport_headless.h
mojo/services/native_viewport/platform_viewport_mac.mm
mojo/services/native_viewport/viewport_surface.h
mojo/services/network/cookie_store_impl.h
mojo/services/network/main.cc
mojo/services/network/net_adapters.h
mojo/services/network/network_service_impl.h
mojo/services/network/tcp_bound_socket_impl.h
mojo/services/network/tcp_connected_socket_impl.h
mojo/services/network/tcp_server_socket_impl.h
mojo/services/network/udp_socket_impl.h
mojo/services/network/udp_socket_unittest.cc
mojo/services/network/url_loader_impl.cc
mojo/services/network/url_loader_impl.h
mojo/services/network/web_socket_impl.cc
mojo/services/network/web_socket_impl.h
mojo/services/public/cpp/view_manager/lib/view_manager_client_impl.cc
mojo/services/public/cpp/view_manager/lib/view_manager_client_impl.h
mojo/services/public/cpp/view_manager/tests/view_manager_unittest.cc
mojo/services/public/cpp/view_manager/tests/view_unittest.cc
mojo/services/public/cpp/view_manager/view_manager_client_factory.h
mojo/services/surfaces/surfaces_impl.h
mojo/services/surfaces/surfaces_service_application.h
mojo/services/surfaces/surfaces_service_impl.h
mojo/services/test_service/test_request_tracker_application.h
mojo/services/test_service/test_request_tracker_client_impl.h
mojo/services/test_service/test_request_tracker_impl.h
mojo/services/test_service/test_service_application.h
mojo/services/test_service/test_service_impl.h
mojo/services/test_service/test_time_service_impl.h
mojo/shell/app_child_process.cc
mojo/shell/app_child_process.h
mojo/shell/app_child_process_host.h
mojo/shell/child_process_host_unittest.cc
mojo/shell/context.cc
mojo/shell/context.h
mojo/shell/dynamic_application_loader.cc
mojo/shell/dynamic_application_loader.h
mojo/shell/dynamic_application_loader_unittest.cc
mojo/shell/external_application_listener_posix.cc
mojo/shell/external_application_listener_posix.h
mojo/shell/in_process_dynamic_service_runner.h
mojo/shell/out_of_process_dynamic_service_runner.h
mojo/shell/shell_test_base_unittest.cc
mojo/shell/test_child_process.h
mojo/shell/ui_application_loader_android.h
mojo/spy/spy.cc
mojo/spy/spy_server_impl.h
mojo/spy/websocket_server.h