|
|
Rename fileapi::LocalFileSystemOperation to FileSystemOperationImpl.
Drive File System starts to use LocalFileSystemOperation, so it is no longer
"local". As it is the default implementation of FileSystemOperation,
this CL renames it to FileSystemOperationImpl
BUG= 261477
TEST=Ran unit_tests
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=215033
Total comments: 2
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+248 lines, -2584 lines) |
Patch |
 |
M |
chrome/browser/chromeos/fileapi/file_system_backend.cc
|
View
|
1
|
2 chunks |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/extensions/api/developer_private/developer_private_api.cc
|
View
|
1
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/media_galleries/fileapi/media_file_system_backend.cc
|
View
|
|
2 chunks |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
M |
content/browser/fileapi/fileapi_message_filter.cc
|
View
|
|
2 chunks |
+0 lines, -2 lines |
0 comments
|
Download
|
 |
M |
content/content_tests.gypi
|
View
|
1
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
webkit/browser/fileapi/async_file_util.h
|
View
|
|
15 chunks |
+16 lines, -16 lines |
0 comments
|
Download
|
 |
M |
webkit/browser/fileapi/file_system_operation.h
|
View
|
|
2 chunks |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
A + |
webkit/browser/fileapi/file_system_operation_impl.h
|
View
|
|
4 chunks |
+10 lines, -10 lines |
0 comments
|
Download
|
 |
A + |
webkit/browser/fileapi/file_system_operation_impl.cc
|
View
|
|
26 chunks |
+94 lines, -95 lines |
0 comments
|
Download
|
 |
A + |
webkit/browser/fileapi/file_system_operation_impl_unittest.cc
|
View
|
|
52 chunks |
+59 lines, -59 lines |
0 comments
|
Download
|
 |
A + |
webkit/browser/fileapi/file_system_operation_impl_write_unittest.cc
|
View
|
|
10 chunks |
+14 lines, -14 lines |
0 comments
|
Download
|
 |
M |
webkit/browser/fileapi/file_system_operation_runner.h
|
View
|
|
2 chunks |
+5 lines, -5 lines |
0 comments
|
Download
|
 |
M |
webkit/browser/fileapi/file_system_operation_runner.cc
|
View
|
|
8 chunks |
+15 lines, -15 lines |
0 comments
|
Download
|
 |
M |
webkit/browser/fileapi/file_writer_delegate_unittest.cc
|
View
|
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
M |
webkit/browser/fileapi/isolated_file_system_backend.cc
|
View
|
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
webkit/browser/fileapi/isolated_file_util_unittest.cc
|
View
|
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
D |
webkit/browser/fileapi/local_file_system_operation.h
|
View
|
|
1 chunk |
+0 lines, -263 lines |
0 comments
|
Download
|
 |
D |
webkit/browser/fileapi/local_file_system_operation.cc
|
View
|
|
1 chunk |
+0 lines, -541 lines |
0 comments
|
Download
|
 |
D |
webkit/browser/fileapi/local_file_system_operation_unittest.cc
|
View
|
|
1 chunk |
+0 lines, -1184 lines |
0 comments
|
Download
|
 |
D |
webkit/browser/fileapi/local_file_system_operation_write_unittest.cc
|
View
|
|
1 chunk |
+0 lines, -339 lines |
0 comments
|
Download
|
 |
M |
webkit/browser/fileapi/sandbox_file_system_backend.cc
|
View
|
1
|
2 chunks |
+3 lines, -2 lines |
0 comments
|
Download
|
 |
M |
webkit/browser/fileapi/sandbox_file_system_test_helper.h
|
View
|
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
M |
webkit/browser/fileapi/syncable/local_file_sync_context.cc
|
View
|
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
M |
webkit/browser/fileapi/syncable/syncable_file_operation_runner_unittest.cc
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
webkit/browser/fileapi/syncable/syncable_file_system_operation.h
|
View
|
|
5 chunks |
+6 lines, -6 lines |
0 comments
|
Download
|
 |
M |
webkit/browser/fileapi/syncable/syncable_file_system_operation.cc
|
View
|
|
5 chunks |
+7 lines, -7 lines |
0 comments
|
Download
|
 |
M |
webkit/browser/fileapi/syncable/syncable_file_system_unittest.cc
|
View
|
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
M |
webkit/browser/fileapi/syncable/syncable_file_system_util.h
|
View
|
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
M |
webkit/browser/fileapi/syncable/syncable_file_system_util.cc
|
View
|
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
M |
webkit/browser/fileapi/test_file_system_backend.cc
|
View
|
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
webkit/storage_browser.gyp
|
View
|
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
Total messages: 13 (0 generated)
|