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

Issue 616603004: Replacing the OVERRIDE with override and FINAL with final in content/browser/renderer_host (Closed)

Created:
6 years, 2 months ago by MRV
Modified:
6 years, 2 months ago
Reviewers:
Avi (use Gerrit)
CC:
chromium-reviews
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Project:
chromium
Visibility:
Public.

Description

Replacing the OVERRIDE with override and FINAL with final in content/browser/renderer_host This step is a giant search and replace for OVERRIDE and FINAL to replace them with their lowercase versions. BUG=417463 Committed: https://crrev.com/b0c6ccb42737ab19dfdc5093bae793863ab7653e Cr-Commit-Position: refs/heads/master@{#298493}

Patch Set 1 #

Patch Set 2 : Rebased the patch #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1092 lines, -1092 lines) Patch
M content/browser/renderer_host/clipboard_message_filter.h View 1 chunk +2 lines, -2 lines 0 comments Download
M content/browser/renderer_host/compositor_impl_android.h View 1 chunk +30 lines, -30 lines 0 comments Download
M content/browser/renderer_host/compositor_impl_android.cc View 3 chunks +3 lines, -3 lines 0 comments Download
M content/browser/renderer_host/compositor_resize_lock_aura.h View 1 chunk +3 lines, -3 lines 0 comments Download
M content/browser/renderer_host/database_message_filter.h View 2 chunks +5 lines, -5 lines 0 comments Download
M content/browser/renderer_host/delegated_frame_evictor.h View 1 chunk +1 line, -1 line 0 comments Download
M content/browser/renderer_host/file_utilities_message_filter.h View 1 chunk +2 lines, -2 lines 0 comments Download
M content/browser/renderer_host/gamepad_browser_message_filter.h View 1 chunk +3 lines, -3 lines 0 comments Download
M content/browser/renderer_host/gpu_message_filter.h View 1 chunk +1 line, -1 line 0 comments Download
M content/browser/renderer_host/image_transport_factory_android.cc View 2 chunks +3 lines, -3 lines 0 comments Download
M content/browser/renderer_host/input/gesture_event_queue_unittest.cc View 4 chunks +5 lines, -5 lines 0 comments Download
M content/browser/renderer_host/input/gesture_text_selector_unittest.cc View 1 chunk +5 lines, -5 lines 0 comments Download
M content/browser/renderer_host/input/input_router_impl.h View 1 chunk +17 lines, -17 lines 0 comments Download
M content/browser/renderer_host/input/input_router_impl_perftest.cc View 5 chunks +15 lines, -15 lines 0 comments Download
M content/browser/renderer_host/input/input_router_impl_unittest.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M content/browser/renderer_host/input/mock_input_ack_handler.h View 1 chunk +5 lines, -5 lines 0 comments Download
M content/browser/renderer_host/input/mock_input_router_client.h View 1 chunk +7 lines, -7 lines 0 comments Download
M content/browser/renderer_host/input/motion_event_android.h View 1 chunk +24 lines, -24 lines 0 comments Download
M content/browser/renderer_host/input/motion_event_web.h View 1 chunk +19 lines, -19 lines 0 comments Download
M content/browser/renderer_host/input/synthetic_gesture_controller_unittest.cc View 9 chunks +14 lines, -14 lines 0 comments Download
M content/browser/renderer_host/input/synthetic_gesture_target_android.h View 1 chunk +6 lines, -6 lines 0 comments Download
M content/browser/renderer_host/input/synthetic_gesture_target_aura.h View 1 chunk +6 lines, -6 lines 0 comments Download
M content/browser/renderer_host/input/synthetic_gesture_target_base.h View 1 chunk +6 lines, -6 lines 0 comments Download
M content/browser/renderer_host/input/synthetic_pinch_gesture.h View 1 chunk +1 line, -1 line 0 comments Download
M content/browser/renderer_host/input/synthetic_smooth_scroll_gesture.h View 1 chunk +1 line, -1 line 0 comments Download
M content/browser/renderer_host/input/synthetic_tap_gesture.h View 1 chunk +1 line, -1 line 0 comments Download
M content/browser/renderer_host/input/tap_suppression_controller_unittest.cc View 1 chunk +5 lines, -5 lines 0 comments Download
M content/browser/renderer_host/input/touch_action_browsertest.cc View 1 chunk +1 line, -1 line 0 comments Download
M content/browser/renderer_host/input/touch_emulator.h View 1 chunk +1 line, -1 line 0 comments Download
M content/browser/renderer_host/input/touch_emulator_unittest.cc View 4 chunks +6 lines, -6 lines 0 comments Download
M content/browser/renderer_host/input/touch_event_queue_unittest.cc View 2 chunks +4 lines, -4 lines 0 comments Download
M content/browser/renderer_host/input/touch_handle_unittest.cc View 2 chunks +14 lines, -14 lines 0 comments Download
M content/browser/renderer_host/input/touch_input_browsertest.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M content/browser/renderer_host/input/touch_selection_controller.h View 1 chunk +8 lines, -8 lines 0 comments Download
M content/browser/renderer_host/input/touch_selection_controller_unittest.cc View 2 chunks +14 lines, -14 lines 0 comments Download
M content/browser/renderer_host/input/touchpad_tap_suppression_controller.h View 1 chunk +2 lines, -2 lines 0 comments Download
M content/browser/renderer_host/input/touchscreen_tap_suppression_controller.h View 1 chunk +2 lines, -2 lines 0 comments Download
M content/browser/renderer_host/legacy_render_widget_host_win.h View 1 chunk +1 line, -1 line 0 comments Download
M content/browser/renderer_host/media/audio_input_device_manager.h View 1 chunk +5 lines, -5 lines 0 comments Download
M content/browser/renderer_host/media/audio_input_device_manager_unittest.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M content/browser/renderer_host/media/audio_input_renderer_host.h View 1 chunk +8 lines, -8 lines 0 comments Download
M content/browser/renderer_host/media/audio_input_sync_writer.h View 1 chunk +3 lines, -3 lines 0 comments Download
M content/browser/renderer_host/media/audio_renderer_host.h View 1 chunk +3 lines, -3 lines 0 comments Download
M content/browser/renderer_host/media/audio_renderer_host.cc View 1 chunk +5 lines, -5 lines 0 comments Download
M content/browser/renderer_host/media/audio_sync_reader.h View 1 chunk +3 lines, -3 lines 0 comments Download
M content/browser/renderer_host/media/device_request_message_filter.h View 1 chunk +7 lines, -7 lines 0 comments Download
M content/browser/renderer_host/media/device_request_message_filter_unittest.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M content/browser/renderer_host/media/media_capture_devices_impl.h View 1 chunk +2 lines, -2 lines 0 comments Download
M content/browser/renderer_host/media/media_stream_dispatcher_host.h View 1 chunk +7 lines, -7 lines 0 comments Download
M content/browser/renderer_host/media/media_stream_dispatcher_host_unittest.cc View 3 chunks +3 lines, -3 lines 0 comments Download
M content/browser/renderer_host/media/media_stream_manager.h View 3 chunks +8 lines, -8 lines 0 comments Download
M content/browser/renderer_host/media/media_stream_manager_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M content/browser/renderer_host/media/media_stream_track_metrics_host.h View 1 chunk +1 line, -1 line 0 comments Download
M content/browser/renderer_host/media/media_stream_ui_controller_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M content/browser/renderer_host/media/media_stream_ui_proxy.h View 1 chunk +3 lines, -3 lines 0 comments Download
M content/browser/renderer_host/media/peer_connection_tracker_host.h View 1 chunk +5 lines, -5 lines 0 comments Download
M content/browser/renderer_host/media/video_capture_controller.cc View 2 chunks +7 lines, -7 lines 0 comments Download
M content/browser/renderer_host/media/video_capture_controller_unittest.cc View 5 chunks +8 lines, -8 lines 0 comments Download
M content/browser/renderer_host/media/video_capture_host.h View 1 chunk +9 lines, -9 lines 0 comments Download
M content/browser/renderer_host/media/video_capture_host_unittest.cc View 3 chunks +3 lines, -3 lines 0 comments Download
M content/browser/renderer_host/media/video_capture_manager.h View 1 chunk +5 lines, -5 lines 0 comments Download
M content/browser/renderer_host/media/video_capture_manager_unittest.cc View 3 chunks +7 lines, -7 lines 0 comments Download
M content/browser/renderer_host/media/webrtc_identity_service_host.h View 1 chunk +1 line, -1 line 0 comments Download
M content/browser/renderer_host/media/webrtc_identity_service_host_unittest.cc View 2 chunks +3 lines, -3 lines 0 comments Download
M content/browser/renderer_host/memory_benchmark_message_filter.h View 1 chunk +1 line, -1 line 0 comments Download
M content/browser/renderer_host/p2p/socket_dispatcher_host.h View 1 chunk +4 lines, -4 lines 0 comments Download
M content/browser/renderer_host/p2p/socket_host_tcp.h View 3 chunks +8 lines, -8 lines 0 comments Download
M content/browser/renderer_host/p2p/socket_host_tcp_server.h View 1 chunk +4 lines, -4 lines 0 comments Download
M content/browser/renderer_host/p2p/socket_host_tcp_server_unittest.cc View 2 chunks +4 lines, -4 lines 0 comments Download
M content/browser/renderer_host/p2p/socket_host_tcp_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M content/browser/renderer_host/p2p/socket_host_test_utils.h View 1 chunk +18 lines, -18 lines 0 comments Download
M content/browser/renderer_host/p2p/socket_host_udp.h View 1 chunk +4 lines, -4 lines 0 comments Download
M content/browser/renderer_host/p2p/socket_host_udp_unittest.cc View 5 chunks +20 lines, -20 lines 0 comments Download
M content/browser/renderer_host/pepper/browser_ppapi_host_impl.h View 2 chunks +11 lines, -11 lines 0 comments Download
M content/browser/renderer_host/pepper/content_browser_pepper_host_factory.h View 1 chunk +1 line, -1 line 0 comments Download
M content/browser/renderer_host/pepper/pepper_browser_font_singleton_host.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M content/browser/renderer_host/pepper/pepper_external_file_ref_backend.h View 1 chunk +13 lines, -13 lines 0 comments Download
M content/browser/renderer_host/pepper/pepper_file_io_host.h View 1 chunk +1 line, -1 line 0 comments Download
M content/browser/renderer_host/pepper/pepper_file_ref_host.h View 1 chunk +2 lines, -2 lines 0 comments Download
M content/browser/renderer_host/pepper/pepper_file_system_browser_host.h View 1 chunk +2 lines, -2 lines 0 comments Download
M content/browser/renderer_host/pepper/pepper_file_system_browser_host_unittest.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M content/browser/renderer_host/pepper/pepper_flash_file_message_filter.h View 1 chunk +2 lines, -2 lines 0 comments Download
M content/browser/renderer_host/pepper/pepper_gamepad_host.h View 1 chunk +3 lines, -3 lines 0 comments Download
M content/browser/renderer_host/pepper/pepper_host_resolver_message_filter.h View 1 chunk +2 lines, -2 lines 0 comments Download
M content/browser/renderer_host/pepper/pepper_internal_file_ref_backend.h View 1 chunk +14 lines, -14 lines 0 comments Download
M content/browser/renderer_host/pepper/pepper_message_filter.h View 1 chunk +1 line, -1 line 0 comments Download
M content/browser/renderer_host/pepper/pepper_network_monitor_host.h View 1 chunk +1 line, -1 line 0 comments Download
M content/browser/renderer_host/pepper/pepper_network_proxy_host.h View 1 chunk +1 line, -1 line 0 comments Download
M content/browser/renderer_host/pepper/pepper_print_settings_manager.h View 1 chunk +1 line, -1 line 0 comments Download
M content/browser/renderer_host/pepper/pepper_print_settings_manager.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M content/browser/renderer_host/pepper/pepper_printing_host.h View 1 chunk +1 line, -1 line 0 comments Download
M content/browser/renderer_host/pepper/pepper_printing_host_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M content/browser/renderer_host/pepper/pepper_renderer_connection.h View 1 chunk +1 line, -1 line 0 comments Download
M content/browser/renderer_host/pepper/pepper_tcp_server_socket_message_filter.h View 1 chunk +2 lines, -2 lines 0 comments Download
M content/browser/renderer_host/pepper/pepper_tcp_socket_message_filter.h View 1 chunk +2 lines, -2 lines 0 comments Download
M content/browser/renderer_host/pepper/pepper_truetype_font_host.h View 1 chunk +1 line, -1 line 0 comments Download
M content/browser/renderer_host/pepper/pepper_truetype_font_linux.cc View 1 chunk +4 lines, -4 lines 0 comments Download
M content/browser/renderer_host/pepper/pepper_truetype_font_list_host.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M content/browser/renderer_host/pepper/pepper_truetype_font_mac.mm View 1 1 chunk +4 lines, -4 lines 0 comments Download
M content/browser/renderer_host/pepper/pepper_truetype_font_win.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M content/browser/renderer_host/pepper/pepper_udp_socket_message_filter.h View 1 chunk +2 lines, -2 lines 0 comments Download
M content/browser/renderer_host/pepper/quota_reservation_unittest.cc View 3 chunks +7 lines, -7 lines 0 comments Download
M content/browser/renderer_host/render_message_filter.h View 1 chunk +4 lines, -4 lines 0 comments Download
M content/browser/renderer_host/render_message_filter.cc View 4 chunks +15 lines, -15 lines 0 comments Download
M content/browser/renderer_host/render_process_host_browsertest.cc View 4 chunks +7 lines, -7 lines 0 comments Download
M content/browser/renderer_host/render_process_host_impl.h View 2 chunks +48 lines, -48 lines 0 comments Download
M content/browser/renderer_host/render_process_host_impl.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M content/browser/renderer_host/render_view_host_browsertest.cc View 1 chunk +1 line, -1 line 0 comments Download
M content/browser/renderer_host/render_view_host_impl.h View 3 chunks +59 lines, -59 lines 0 comments Download
M content/browser/renderer_host/render_view_host_unittest.cc View 4 chunks +8 lines, -8 lines 0 comments Download
M content/browser/renderer_host/render_widget_host_browsertest.cc View 1 chunk +1 line, -1 line 0 comments Download
M content/browser/renderer_host/render_widget_host_impl.h View 6 chunks +46 lines, -46 lines 0 comments Download
M content/browser/renderer_host/render_widget_host_impl.cc View 1 chunk +1 line, -1 line 0 comments Download
M content/browser/renderer_host/render_widget_host_unittest.cc View 6 chunks +23 lines, -23 lines 0 comments Download
M content/browser/renderer_host/render_widget_host_view_android.h View 2 chunks +77 lines, -77 lines 0 comments Download
M content/browser/renderer_host/render_widget_host_view_aura.h View 3 chunks +126 lines, -126 lines 0 comments Download
M content/browser/renderer_host/render_widget_host_view_aura.cc View 2 chunks +4 lines, -4 lines 0 comments Download
M content/browser/renderer_host/render_widget_host_view_aura_unittest.cc View 8 chunks +20 lines, -20 lines 0 comments Download
M content/browser/renderer_host/render_widget_host_view_base.h View 1 chunk +12 lines, -12 lines 0 comments Download
M content/browser/renderer_host/render_widget_host_view_browsertest.cc View 7 chunks +8 lines, -8 lines 0 comments Download
M content/browser/renderer_host/render_widget_host_view_mac.h View 2 chunks +80 lines, -80 lines 0 comments Download
M content/browser/renderer_host/render_widget_host_view_mac_editcommand_helper_unittest.mm View 1 1 chunk +1 line, -1 line 0 comments Download
M content/browser/renderer_host/render_widget_resize_helper.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M content/browser/renderer_host/sandbox_ipc_linux.h View 1 chunk +1 line, -1 line 0 comments Download
M content/browser/renderer_host/socket_stream_dispatcher_host.h View 2 chunks +9 lines, -9 lines 0 comments Download
M content/browser/renderer_host/socket_stream_host.h View 1 chunk +2 lines, -2 lines 0 comments Download
M content/browser/renderer_host/software_frame_manager.h View 1 chunk +1 line, -1 line 0 comments Download
M content/browser/renderer_host/software_frame_manager_unittest.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M content/browser/renderer_host/test/no_transport_image_transport_factory_android.h View 1 chunk +2 lines, -2 lines 0 comments Download
M content/browser/renderer_host/text_input_client_message_filter.h View 1 chunk +1 line, -1 line 0 comments Download
M content/browser/renderer_host/websocket_dispatcher_host.h View 1 chunk +1 line, -1 line 0 comments Download
M content/browser/renderer_host/websocket_dispatcher_host_unittest.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M content/browser/renderer_host/websocket_host.cc View 2 chunks +11 lines, -11 lines 0 comments Download

Messages

Total messages: 7 (2 generated)
MRV
PTAL
6 years, 2 months ago (2014-10-07 06:53:44 UTC) #2
Avi (use Gerrit)
Stampity stamp LGTM
6 years, 2 months ago (2014-10-07 14:25:38 UTC) #3
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/616603004/20001
6 years, 2 months ago (2014-10-07 14:54:12 UTC) #5
commit-bot: I haz the power
Committed patchset #2 (id:20001) as 224d5e6d665106765a1c7366b7e679f7b9acaf38
6 years, 2 months ago (2014-10-07 15:58:55 UTC) #6
commit-bot: I haz the power
6 years, 2 months ago (2014-10-07 15:59:43 UTC) #7
Message was sent while issue was closed.
Patchset 2 (id:??) landed as
https://crrev.com/b0c6ccb42737ab19dfdc5093bae793863ab7653e
Cr-Commit-Position: refs/heads/master@{#298493}

Powered by Google App Engine
This is Rietveld 408576698