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

Issue 10874028: Rename GDataFileSystem* to DriveFileSystem* (Closed)

Created:
8 years, 4 months ago by kochi
Modified:
8 years, 4 months ago
CC:
chromium-reviews, mihaip-chromium-reviews_chromium.org, nkostylev+watch_chromium.org, achuith+watch_chromium.org, rdsmith+dwatch_chromium.org, Aaron Boodman, rginda+watch_chromium.org, arv (Not doing code reviews), oshima+watch_chromium.org, stevenjb+watch_chromium.org, davemoore+watch_chromium.org, Daniel Erat
Visibility:
Public.

Description

Rename GDataFileSystem* to DriveFileSystem* In this CL, * gdata_file_system_interface.h has been renamed to drive_file_system_interface.{h,cc} * gdata_file_system.{h,cc} have been renamed to drive_file_system.{h,cc} * same for gdata_file_system_unittest.cc, gdata_file_system_proxy.{h,cc}, mock_gdata_file_system.{h,cc} * class GDataFileSystemInterface has been renamed to DriveFileSystemInterface. * class DriveFileSystem has been renamed to DriveFileSystem. This change applies on top of https://chromiumcodereview.appspot.com/10878023/ BUG=137151 TEST=pass all existing tests. TBR=satorux@chromium.org, ben@chromium.org, estade@chromium.org, rginda@chromium.org Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=153044

Patch Set 1 #

Patch Set 2 : Remaining manual changes #

Total comments: 8

Patch Set 3 : Fix for comments. #

Patch Set 4 : rebase. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+550 lines, -8885 lines) Patch
M chrome/browser/chromeos/extensions/external_filesystem_apitest.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/chromeos/extensions/file_browser_event_router.h View 4 chunks +5 lines, -5 lines 0 comments Download
M chrome/browser/chromeos/extensions/file_browser_event_router.cc View 1 2 3 chunks +2 lines, -3 lines 0 comments Download
M chrome/browser/chromeos/extensions/file_browser_private_api.h View 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/chromeos/extensions/file_browser_private_api.cc View 1 4 chunks +5 lines, -5 lines 0 comments Download
M chrome/browser/chromeos/extensions/file_manager_util.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/gdata/drive_api_service.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/gdata/drive_cache.h View 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/chromeos/gdata/drive_cache_unittest.cc View 2 chunks +2 lines, -2 lines 0 comments Download
A + chrome/browser/chromeos/gdata/drive_file_system.h View 1 8 chunks +19 lines, -19 lines 0 comments Download
A + chrome/browser/chromeos/gdata/drive_file_system.cc View 1 2 3 132 chunks +253 lines, -253 lines 0 comments Download
A + chrome/browser/chromeos/gdata/drive_file_system_interface.h View 1 9 chunks +16 lines, -16 lines 0 comments Download
A + chrome/browser/chromeos/gdata/drive_file_system_proxy.h View 1 4 chunks +12 lines, -12 lines 0 comments Download
A + chrome/browser/chromeos/gdata/drive_file_system_proxy.cc View 1 32 chunks +50 lines, -50 lines 0 comments Download
A + chrome/browser/chromeos/gdata/drive_file_system_unittest.cc View 73 chunks +75 lines, -75 lines 0 comments Download
M chrome/browser/chromeos/gdata/drive_files.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/gdata/drive_task_executor.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/gdata/drive_webapps_registry.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/gdata/file_write_helper.h View 1 2 chunks +5 lines, -5 lines 0 comments Download
M chrome/browser/chromeos/gdata/file_write_helper.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/gdata/file_write_helper_unittest.cc View 2 chunks +3 lines, -3 lines 0 comments Download
M chrome/browser/chromeos/gdata/gdata_download_observer.h View 4 chunks +4 lines, -4 lines 0 comments Download
M chrome/browser/chromeos/gdata/gdata_download_observer.cc View 7 chunks +8 lines, -8 lines 0 comments Download
D chrome/browser/chromeos/gdata/gdata_file_system.h View 1 chunk +0 lines, -885 lines 0 comments Download
D chrome/browser/chromeos/gdata/gdata_file_system.cc View 1 2 3 1 chunk +0 lines, -3374 lines 0 comments Download
D chrome/browser/chromeos/gdata/gdata_file_system_interface.h View 1 chunk +0 lines, -368 lines 0 comments Download
D chrome/browser/chromeos/gdata/gdata_file_system_proxy.h View 1 1 chunk +0 lines, -192 lines 0 comments Download
D chrome/browser/chromeos/gdata/gdata_file_system_proxy.cc View 1 1 chunk +0 lines, -742 lines 0 comments Download
D chrome/browser/chromeos/gdata/gdata_file_system_unittest.cc View 1 chunk +0 lines, -2649 lines 0 comments Download
M chrome/browser/chromeos/gdata/gdata_protocol_handler.cc View 8 chunks +9 lines, -9 lines 0 comments Download
M chrome/browser/chromeos/gdata/gdata_sync_client.h View 1 2 4 chunks +5 lines, -5 lines 0 comments Download
M chrome/browser/chromeos/gdata/gdata_sync_client.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/gdata/gdata_sync_client_unittest.cc View 14 chunks +15 lines, -15 lines 0 comments Download
M chrome/browser/chromeos/gdata/gdata_system_service.h View 1 3 chunks +4 lines, -4 lines 0 comments Download
M chrome/browser/chromeos/gdata/gdata_system_service.cc View 3 chunks +4 lines, -4 lines 0 comments Download
M chrome/browser/chromeos/gdata/gdata_util.cc View 4 chunks +4 lines, -4 lines 0 comments Download
M chrome/browser/chromeos/gdata/gdata_wapi_service.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/gdata/mock_directory_change_observer.h View 1 chunk +4 lines, -4 lines 0 comments Download
A + chrome/browser/chromeos/gdata/mock_drive_file_system.h View 2 chunks +9 lines, -9 lines 0 comments Download
A + chrome/browser/chromeos/gdata/mock_drive_file_system.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M chrome/browser/chromeos/gdata/mock_drive_service.h View 1 chunk +1 line, -1 line 0 comments Download
D chrome/browser/chromeos/gdata/mock_gdata_file_system.h View 1 chunk +0 lines, -103 lines 0 comments Download
D chrome/browser/chromeos/gdata/mock_gdata_file_system.cc View 1 chunk +0 lines, -15 lines 0 comments Download
M chrome/browser/download/save_package_file_picker_chromeos.h View 1 2 1 chunk +0 lines, -4 lines 0 comments Download
M chrome/browser/resources/file_manager/js/file_copy_manager.js View 3 chunks +3 lines, -4 lines 0 comments Download
M chrome/browser/resources/file_manager/js/file_manager.js View 2 chunks +2 lines, -3 lines 0 comments Download
M chrome/browser/ui/webui/chromeos/drive_internals_ui.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/webui/feedback_ui.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/ui/webui/screenshot_source.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/chrome_browser.gypi View 1 2 3 2 chunks +5 lines, -5 lines 0 comments Download
M chrome/chrome_tests.gypi View 1 2 3 2 chunks +3 lines, -3 lines 0 comments Download
M webkit/chromeos/fileapi/remote_file_stream_writer.h View 1 2 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 8 (0 generated)
kochi
Hi Satoru, Could you review this? Thanks!
8 years, 4 months ago (2012-08-23 08:49:30 UTC) #1
kochi
Kazuhiro, could you take a look at this CL for Satoru's absence? Thanks, On 2012/08/23 ...
8 years, 4 months ago (2012-08-23 09:56:20 UTC) #2
kinaba
lgtm with nits. http://codereview.chromium.org/10874028/diff/5054/chrome/browser/chromeos/extensions/file_browser_event_router.cc File chrome/browser/chromeos/extensions/file_browser_event_router.cc (right): http://codereview.chromium.org/10874028/diff/5054/chrome/browser/chromeos/extensions/file_browser_event_router.cc#newcode39 chrome/browser/chromeos/extensions/file_browser_event_router.cc:39: using gdata::DriveFileSystemInterface; Can we remove this ...
8 years, 4 months ago (2012-08-23 10:28:45 UTC) #3
kochi
Thanks for the review! All comments are addressed. After the dependent CL is done, I'll ...
8 years, 4 months ago (2012-08-23 10:50:32 UTC) #4
kochi
Added TBR= line, ben@ for .gypi changes, satorux@ for c/b/ui/webui/chromeos/* and webkit/chromeos/*, estade@ for c/b/ui/webui/*, ...
8 years, 4 months ago (2012-08-23 10:55:19 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/kochi@chromium.org/10874028/2007
8 years, 4 months ago (2012-08-23 16:36:28 UTC) #6
commit-bot: I haz the power
Change committed as 153044
8 years, 4 months ago (2012-08-23 19:06:57 UTC) #7
Ben Goodger (Google)
8 years, 4 months ago (2012-08-23 19:38:22 UTC) #8
lgtm

Powered by Google App Engine
This is Rietveld 408576698