diff options
Diffstat (limited to 'chromium/content/browser/quota/quota_change_dispatcher.h')
-rw-r--r-- | chromium/content/browser/quota/quota_change_dispatcher.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/chromium/content/browser/quota/quota_change_dispatcher.h b/chromium/content/browser/quota/quota_change_dispatcher.h index cfd3937132c..920f4ea3070 100644 --- a/chromium/content/browser/quota/quota_change_dispatcher.h +++ b/chromium/content/browser/quota/quota_change_dispatcher.h @@ -16,8 +16,6 @@ #include "third_party/blink/public/mojom/quota/quota_manager_host.mojom.h" #include "url/origin.h" -class TimeDelta; - namespace content { // Dispatches a storage pressure event to listeners across multiple origins. @@ -69,4 +67,4 @@ class CONTENT_EXPORT QuotaChangeDispatcher } // namespace content -#endif // CONTENT_BROWSER_QUOTA_QUOTA_CHANGE_DISPATCHER_H_
\ No newline at end of file +#endif // CONTENT_BROWSER_QUOTA_QUOTA_CHANGE_DISPATCHER_H_ |