|
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
Total comments: 8
|
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
|
Total messages: 8 (0 generated)
|