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

Issue 10836354: Rename GData* to Drive* in gdata.proto (Closed)

Created:
8 years, 4 months ago by kochi
Modified:
8 years, 4 months ago
Reviewers:
achuithb, Evan Stade, kinaba
CC:
chromium-reviews, mihaip-chromium-reviews_chromium.org, nkostylev+watch_chromium.org, achuith+watch_chromium.org, Aaron Boodman, rginda+watch_chromium.org, oshima+watch_chromium.org, stevenjb+watch_chromium.org, davemoore+watch_chromium.org, satorux1, Daniel Erat
Visibility:
Public.

Description

Rename GData* to Drive* in gdata.proto * gdata.proto has been renamed to drive.proto. * The following classes are renamed: GDataFileSpecificInfo -> DriveFileSpecificInfo GDataEntryProto -> DriveEntryProto GDataDirectoryProto -> DriveDirectoryProto GDataCacheEntry -> DriveCacheEntry More GData* to Drive* conversion come in later CLs. BUG=137151 TEST=pass all trybots TBR=estade@chromium.com, ben@chromium.org (estade for chrome/browser/ui/webui, ben for gypi changes) Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=152539

Patch Set 1 #

Patch Set 2 : rebase. #

Total comments: 12

Patch Set 3 : Fix for comments. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+359 lines, -473 lines) Patch
M chrome/browser/chromeos/extensions/file_browser_private_api.h View 3 chunks +6 lines, -6 lines 0 comments Download
M chrome/browser/chromeos/extensions/file_browser_private_api.cc View 1 8 chunks +8 lines, -8 lines 0 comments Download
M chrome/browser/chromeos/extensions/file_manager_util.cc View 1 2 chunks +2 lines, -2 lines 0 comments Download
A + chrome/browser/chromeos/gdata/drive.proto View 6 chunks +18 lines, -18 lines 0 comments Download
M chrome/browser/chromeos/gdata/drive_task_executor.h View 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/chromeos/gdata/drive_task_executor.cc View 2 chunks +2 lines, -2 lines 0 comments Download
D chrome/browser/chromeos/gdata/gdata.proto View 1 chunk +0 lines, -116 lines 0 comments Download
M chrome/browser/chromeos/gdata/gdata_cache.h View 5 chunks +5 lines, -5 lines 0 comments Download
M chrome/browser/chromeos/gdata/gdata_cache.cc View 18 chunks +18 lines, -18 lines 0 comments Download
M chrome/browser/chromeos/gdata/gdata_cache_metadata.h View 3 chunks +4 lines, -4 lines 0 comments Download
M chrome/browser/chromeos/gdata/gdata_cache_metadata.cc View 14 chunks +16 lines, -16 lines 0 comments Download
M chrome/browser/chromeos/gdata/gdata_cache_metadata_unittest.cc View 10 chunks +13 lines, -13 lines 0 comments Download
M chrome/browser/chromeos/gdata/gdata_cache_unittest.cc View 7 chunks +7 lines, -7 lines 0 comments Download
M chrome/browser/chromeos/gdata/gdata_directory_service.h View 1 2 7 chunks +12 lines, -12 lines 0 comments Download
M chrome/browser/chromeos/gdata/gdata_directory_service.cc View 10 chunks +12 lines, -12 lines 0 comments Download
M chrome/browser/chromeos/gdata/gdata_directory_service_unittest.cc View 1 2 7 chunks +9 lines, -9 lines 0 comments Download
M chrome/browser/chromeos/gdata/gdata_download_observer.h View 1 3 chunks +3 lines, -3 lines 0 comments Download
M chrome/browser/chromeos/gdata/gdata_download_observer.cc View 1 4 chunks +4 lines, -4 lines 0 comments Download
M chrome/browser/chromeos/gdata/gdata_file_system.h View 1 12 chunks +18 lines, -18 lines 0 comments Download
M chrome/browser/chromeos/gdata/gdata_file_system.cc View 1 28 chunks +34 lines, -34 lines 0 comments Download
M chrome/browser/chromeos/gdata/gdata_file_system_interface.h View 1 2 2 chunks +4 lines, -4 lines 0 comments Download
M chrome/browser/chromeos/gdata/gdata_file_system_proxy.h View 1 2 4 chunks +6 lines, -4 lines 0 comments Download
M chrome/browser/chromeos/gdata/gdata_file_system_proxy.cc View 6 chunks +8 lines, -8 lines 0 comments Download
M chrome/browser/chromeos/gdata/gdata_file_system_unittest.cc View 1 54 chunks +61 lines, -61 lines 0 comments Download
M chrome/browser/chromeos/gdata/gdata_files.h View 1 2 5 chunks +15 lines, -17 lines 0 comments Download
M chrome/browser/chromeos/gdata/gdata_files.cc View 10 chunks +15 lines, -15 lines 0 comments Download
M chrome/browser/chromeos/gdata/gdata_protocol_handler.cc View 1 3 chunks +3 lines, -3 lines 0 comments Download
M chrome/browser/chromeos/gdata/gdata_sync_client.h View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/chromeos/gdata/gdata_sync_client.cc View 3 chunks +3 lines, -3 lines 0 comments Download
M chrome/browser/chromeos/gdata/gdata_sync_client_unittest.cc View 3 chunks +3 lines, -3 lines 0 comments Download
M chrome/browser/chromeos/gdata/gdata_test_util.h View 1 2 5 chunks +14 lines, -12 lines 0 comments Download
M chrome/browser/chromeos/gdata/gdata_test_util.cc View 6 chunks +10 lines, -10 lines 0 comments Download
M chrome/browser/chromeos/gdata/gdata_util.cc View 3 chunks +3 lines, -3 lines 0 comments Download
M chrome/browser/ui/webui/chromeos/drive_internals_ui.cc View 1 7 chunks +8 lines, -8 lines 0 comments Download
M chrome/browser/ui/webui/feedback_ui.cc View 4 chunks +7 lines, -7 lines 0 comments Download
M chrome/chrome_browser.gypi View 1 2 chunks +4 lines, -4 lines 0 comments Download

Messages

Total messages: 8 (0 generated)
kochi
Hi Kazuhiro, Could you review this? Thanks!
8 years, 4 months ago (2012-08-21 08:53:34 UTC) #1
kinaba
lgtm, with some (rather irrelevant) nits, which is ok to separate to another CL if ...
8 years, 4 months ago (2012-08-21 09:15:14 UTC) #2
achuithb
https://chromiumcodereview.appspot.com/10836354/diff/5001/chrome/browser/chromeos/gdata/gdata_directory_service.h File chrome/browser/chromeos/gdata/gdata_directory_service.h (right): https://chromiumcodereview.appspot.com/10836354/diff/5001/chrome/browser/chromeos/gdata/gdata_directory_service.h#newcode65 chrome/browser/chromeos/gdata/gdata_directory_service.h:65: const int32 kProtoVersion = 2; I think you also ...
8 years, 4 months ago (2012-08-21 09:23:45 UTC) #3
achuithb
I think it would be helpful if you could note all the classes and files ...
8 years, 4 months ago (2012-08-21 09:28:35 UTC) #4
kochi
Thanks for the reviews! I've updated the description as well. https://chromiumcodereview.appspot.com/10836354/diff/5001/chrome/browser/chromeos/gdata/gdata_directory_service.h File chrome/browser/chromeos/gdata/gdata_directory_service.h (right): https://chromiumcodereview.appspot.com/10836354/diff/5001/chrome/browser/chromeos/gdata/gdata_directory_service.h#newcode65 ...
8 years, 4 months ago (2012-08-21 09:37:34 UTC) #5
achuithb
lgtm
8 years, 4 months ago (2012-08-21 09:41:30 UTC) #6
kochi
Added TBR= line. Evan, could you check chrome/browser/ui/webui/feedback_ui.cc? Ben, could you check chrome_browser.gypi changes? Thanks,
8 years, 4 months ago (2012-08-21 09:58:29 UTC) #7
Evan Stade
8 years, 4 months ago (2012-08-22 00:19:53 UTC) #8
feedback_ui.cc lgtm

Powered by Google App Engine
This is Rietveld 408576698