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

Issue 817063006: Update {virtual,override,final} to follow C++11 style in chrome/browser/chromeos/drive. (Closed)

Created:
5 years, 11 months ago by dcheng
Modified:
5 years, 11 months ago
Reviewers:
hidehiko, hashimoto, hirono
CC:
chromium-reviews, davemoore+watch_chromium.org, hashimoto+watch_chromium.org, kinuko+fileapi, maniscalco+watch_chromium.org, maxbogue+watch_chromium.org, nhiroki, nkostylev+watch_chromium.org, oshima+watch_chromium.org, pvalenzuela+watch_chromium.org, stevenjb+watch_chromium.org, tfarina, tim+watch_chromium.org, tzik, zea+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Update {virtual,override,final} to follow C++11 style in chrome/browser/chromeos/drive. The Google style guide states that only one of {virtual,override,final} should be used for each declaration, since override implies virtual and final implies both virtual and override. This patch was automatically generated with a ChromeOS build using a variation of https://codereview.chromium.org/598073004. BUG=417463 R=hirono@chromium.org Committed: https://crrev.com/fe7733035fb94012163f74864416d321382c0e28 Cr-Commit-Position: refs/heads/master@{#312655}

Patch Set 1 #

Total comments: 6

Patch Set 2 : Rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+336 lines, -384 lines) Patch
M chrome/browser/chromeos/drive/change_list_loader.cc View 2 chunks +4 lines, -6 lines 0 comments Download
M chrome/browser/chromeos/drive/change_list_loader_unittest.cc View 3 chunks +5 lines, -9 lines 0 comments Download
M chrome/browser/chromeos/drive/change_list_processor_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/drive/directory_loader_unittest.cc View 3 chunks +3 lines, -6 lines 0 comments Download
M chrome/browser/chromeos/drive/download_handler.h View 2 chunks +5 lines, -5 lines 0 comments Download
M chrome/browser/chromeos/drive/download_handler.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/drive/download_handler_unittest.cc View 2 chunks +7 lines, -9 lines 0 comments Download
M chrome/browser/chromeos/drive/drive_file_stream_reader.h View 2 chunks +12 lines, -10 lines 0 comments Download
M chrome/browser/chromeos/drive/drive_file_stream_reader_unittest.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/chromeos/drive/drive_integration_service.h View 4 chunks +10 lines, -10 lines 0 comments Download
M chrome/browser/chromeos/drive/drive_integration_service_unittest.cc View 1 chunk +1 line, -3 lines 0 comments Download
M chrome/browser/chromeos/drive/drive_notification_manager_factory_browsertest.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/chromeos/drive/fake_file_system.h View 1 1 chunk +72 lines, -80 lines 0 comments Download
M chrome/browser/chromeos/drive/fake_file_system_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/drive/fake_free_disk_space_getter.h View 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/chromeos/drive/file_cache_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/drive/file_system.h View 1 1 chunk +83 lines, -94 lines 0 comments Download
M chrome/browser/chromeos/drive/file_system/copy_operation_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/drive/file_system/download_operation_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/drive/file_system/get_file_for_saving_operation_unittest.cc View 2 chunks +3 lines, -3 lines 0 comments Download
M chrome/browser/chromeos/drive/file_system/move_operation_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/drive/file_system/open_file_operation_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/drive/file_system/operation_test_base.h View 2 chunks +9 lines, -12 lines 0 comments Download
M chrome/browser/chromeos/drive/file_system/truncate_operation_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/drive/file_system_unittest.cc View 2 chunks +4 lines, -5 lines 0 comments Download
M chrome/browser/chromeos/drive/file_system_util_unittest.cc View 1 chunk +1 line, -3 lines 0 comments Download
M chrome/browser/chromeos/drive/file_task_executor.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M chrome/browser/chromeos/drive/file_task_executor_unittest.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M chrome/browser/chromeos/drive/file_write_watcher_unittest.cc View 1 chunk +1 line, -3 lines 0 comments Download
M chrome/browser/chromeos/drive/fileapi/async_file_util.h View 1 chunk +46 lines, -55 lines 0 comments Download
M chrome/browser/chromeos/drive/fileapi/file_system_backend_delegate.h View 1 chunk +7 lines, -8 lines 0 comments Download
M chrome/browser/chromeos/drive/fileapi/fileapi_worker_unittest.cc View 1 chunk +4 lines, -4 lines 0 comments Download
M chrome/browser/chromeos/drive/fileapi/webkit_file_stream_reader_impl.h View 1 chunk +5 lines, -6 lines 0 comments Download
M chrome/browser/chromeos/drive/fileapi/webkit_file_stream_reader_impl_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/drive/fileapi/webkit_file_stream_writer_impl.h View 1 chunk +6 lines, -5 lines 0 comments Download
M chrome/browser/chromeos/drive/job_scheduler.h View 2 chunks +7 lines, -7 lines 0 comments Download
M chrome/browser/chromeos/drive/job_scheduler_unittest.cc View 3 chunks +5 lines, -5 lines 0 comments Download
M chrome/browser/chromeos/drive/local_file_reader_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/drive/remove_stale_cache_files_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/drive/resource_metadata_storage_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/drive/resource_metadata_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/drive/search_metadata_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/drive/sync/entry_revert_performer_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/drive/sync/entry_update_performer_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/drive/sync_client_unittest.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/chromeos/drive/test_util.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/drive/write_on_cache_file_unittest.cc View 1 chunk +4 lines, -4 lines 0 comments Download

Messages

Total messages: 18 (5 generated)
dcheng
5 years, 11 months ago (2015-01-15 20:03:39 UTC) #1
dcheng
5 years, 11 months ago (2015-01-20 18:24:02 UTC) #3
hashimoto
lgtm with nits https://codereview.chromium.org/817063006/diff/1/chrome/browser/chromeos/drive/change_list_loader_unittest.cc File chrome/browser/chromeos/drive/change_list_loader_unittest.cc (right): https://codereview.chromium.org/817063006/diff/1/chrome/browser/chromeos/drive/change_list_loader_unittest.cc#newcode39 chrome/browser/chromeos/drive/change_list_loader_unittest.cc:39: ~TestChangeListLoaderObserver() override { loader_->RemoveObserver(this); } nit: ...
5 years, 11 months ago (2015-01-21 04:50:12 UTC) #5
hidehiko
lgtm, but defer to the current owners (hashimoto & hirono). FYI: I guess you can ...
5 years, 11 months ago (2015-01-21 06:29:57 UTC) #6
dcheng
clang-format prefers to collapse short inline functions into one line. I've had several reviewers question ...
5 years, 11 months ago (2015-01-21 07:02:50 UTC) #7
dcheng
On 2015/01/21 at 06:29:57, hidehiko wrote: > lgtm, but defer to the current owners (hashimoto ...
5 years, 11 months ago (2015-01-21 07:03:53 UTC) #8
dcheng
Ping, to confirm that clang-format changes are acceptable as-is. I'd really like to get this ...
5 years, 11 months ago (2015-01-22 08:31:40 UTC) #9
hashimoto
On 2015/01/22 08:31:40, dcheng wrote: > Ping, to confirm that clang-format changes are acceptable as-is. ...
5 years, 11 months ago (2015-01-22 09:03:38 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/817063006/1
5 years, 11 months ago (2015-01-22 18:27:31 UTC) #12
commit-bot: I haz the power
Try jobs failed on following builders: linux_gpu on tryserver.chromium.gpu (http://build.chromium.org/p/tryserver.chromium.gpu/builders/linux_gpu/builds/116706) android_arm64_dbg_recipe on tryserver.chromium.linux (http://build.chromium.org/p/tryserver.chromium.linux/builders/android_arm64_dbg_recipe/builds/39531) android_chromium_gn_compile_dbg ...
5 years, 11 months ago (2015-01-22 18:34:09 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/817063006/20001
5 years, 11 months ago (2015-01-22 18:43:37 UTC) #16
commit-bot: I haz the power
Committed patchset #2 (id:20001)
5 years, 11 months ago (2015-01-22 19:46:26 UTC) #17
commit-bot: I haz the power
5 years, 11 months ago (2015-01-22 19:47:33 UTC) #18
Message was sent while issue was closed.
Patchset 2 (id:??) landed as
https://crrev.com/fe7733035fb94012163f74864416d321382c0e28
Cr-Commit-Position: refs/heads/master@{#312655}

Powered by Google App Engine
This is Rietveld 408576698