Skip to content

Commit

Permalink
File System API: Remove unused struct forward declaration.
Browse files Browse the repository at this point in the history
Change-Id: I2b0b9569c8931eac4d80947788f2f8d6fe45082d
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2964992
Commit-Queue: Victor Costan <pwnall@chromium.org>
Commit-Queue: Austin Sullivan <asully@chromium.org>
Auto-Submit: Victor Costan <pwnall@chromium.org>
Reviewed-by: Austin Sullivan <asully@chromium.org>
Cr-Commit-Position: refs/heads/master@{#892655}
  • Loading branch information
pwnall authored and Chromium LUCI CQ committed Jun 15, 2021
1 parent 2bab81e commit 53c2784
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion storage/browser/file_system/file_system_context.h
Original file line number Diff line number Diff line change
Expand Up @@ -319,7 +319,6 @@ class COMPONENT_EXPORT(STORAGE_BROWSER) FileSystemContext
friend class PluginPrivateFileSystemBackendTest;

// Deleters.
friend struct DefaultContextDeleter;
friend class base::DeleteHelper<FileSystemContext>;
friend class base::RefCountedDeleteOnSequence<FileSystemContext>;
~FileSystemContext();
Expand Down

0 comments on commit 53c2784

Please sign in to comment.