Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1946)

Unified Diff: content/child/fileapi/webfilewriter_impl.h

Issue 2443103003: Remove unused include in sequenced_worker_pool.h (Closed)
Patch Set: and more: win Created 4 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: content/child/fileapi/webfilewriter_impl.h
diff --git a/content/child/fileapi/webfilewriter_impl.h b/content/child/fileapi/webfilewriter_impl.h
index 75fec1f947824baf3d893932881c5e5d0e96e03e..d157615e7d6cd82b89d9247218026de8a3c0c484 100644
--- a/content/child/fileapi/webfilewriter_impl.h
+++ b/content/child/fileapi/webfilewriter_impl.h
@@ -13,6 +13,10 @@
#include "base/memory/weak_ptr.h"
#include "content/child/fileapi/webfilewriter_base.h"
+namespace base {
+class SingleThreadTaskRunner;
+}
+
namespace content {
// An implementation of WebFileWriter for use in chrome renderers and workers.

Powered by Google App Engine
This is Rietveld 408576698