|
Discard duplicate includes of files from storage/
As any includes present in the related header do not need to be included again in the related cc (i.e., foo.cc can rely on foo.h's includes).
A trivial way to fix these is by removing such an include from the .cc file. So this CL removes all includes from $X.cc files where the $X.h has the same include to confirm to the style guide.
BUG= 460988
Committed: https://crrev.com/013722c14a62dc525678b3c3b3688f07f0011d23
Cr-Commit-Position: refs/heads/master@{#330693}
Total comments: 2
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+0 lines, -42 lines) |
Patch |
|
M |
storage/browser/blob/blob_storage_context.cc
|
View
|
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
|
M |
storage/browser/blob/blob_url_request_job_factory.cc
|
View
|
|
1 chunk |
+0 lines, -2 lines |
0 comments
|
Download
|
|
M |
storage/browser/database/database_tracker.cc
|
View
|
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
|
M |
storage/browser/fileapi/copy_or_move_operation_delegate.cc
|
View
|
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
|
M |
storage/browser/fileapi/file_system_context.cc
|
View
|
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
|
M |
storage/browser/fileapi/file_system_dir_url_request_job.cc
|
View
|
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
|
M |
storage/browser/fileapi/file_system_file_stream_reader.cc
|
View
|
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
|
M |
storage/browser/fileapi/file_system_operation_impl.cc
|
View
|
|
1 chunk |
+0 lines, -4 lines |
0 comments
|
Download
|
|
M |
storage/browser/fileapi/file_system_operation_runner.cc
|
View
|
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
|
M |
storage/browser/fileapi/file_system_quota_client.cc
|
View
|
|
2 chunks |
+0 lines, -3 lines |
0 comments
|
Download
|
|
M |
storage/browser/fileapi/file_system_url.cc
|
View
|
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
|
M |
storage/browser/fileapi/file_system_url_request_job_factory.cc
|
View
|
1
|
1 chunk |
+0 lines, -2 lines |
0 comments
|
Download
|
|
M |
storage/browser/fileapi/file_system_usage_cache.cc
|
View
|
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
|
M |
storage/browser/fileapi/isolated_context.cc
|
View
|
|
1 chunk |
+0 lines, -2 lines |
0 comments
|
Download
|
|
M |
storage/browser/fileapi/local_file_stream_writer.cc
|
View
|
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
|
M |
storage/browser/fileapi/native_file_util.cc
|
View
|
|
1 chunk |
+0 lines, -2 lines |
0 comments
|
Download
|
|
M |
storage/browser/fileapi/obfuscated_file_util.cc
|
View
|
|
2 chunks |
+0 lines, -3 lines |
0 comments
|
Download
|
|
M |
storage/browser/fileapi/plugin_private_file_system_backend.cc
|
View
|
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
|
M |
storage/browser/fileapi/sandbox_file_stream_writer.cc
|
View
|
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
|
M |
storage/browser/fileapi/sandbox_file_system_backend.cc
|
View
|
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
|
M |
storage/browser/fileapi/sandbox_quota_observer.cc
|
View
|
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
|
M |
storage/browser/quota/quota_database.cc
|
View
|
|
1 chunk |
+0 lines, -3 lines |
0 comments
|
Download
|
|
M |
storage/browser/quota/quota_manager.cc
|
View
|
|
2 chunks |
+0 lines, -5 lines |
0 comments
|
Download
|
|
M |
storage/browser/quota/quota_manager_proxy.cc
|
View
|
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
|
M |
storage/common/fileapi/file_system_util.cc
|
View
|
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
Total messages: 10 (3 generated)
|