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

Unified Diff: components/drive/chromeos/file_system.h

Issue 2443103003: Remove unused include in sequenced_worker_pool.h (Closed)
Patch Set: and more ios/chromeos 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: components/drive/chromeos/file_system.h
diff --git a/components/drive/chromeos/file_system.h b/components/drive/chromeos/file_system.h
index 1c5d01b530614345b6413b57ea317ad1b5b30274..b5bd6a52c878d9792bc99595f518bb4691c19281 100644
--- a/components/drive/chromeos/file_system.h
+++ b/components/drive/chromeos/file_system.h
@@ -12,6 +12,7 @@
#include <vector>
#include "base/macros.h"
+#include "base/memory/ref_counted.h"
#include "base/memory/weak_ptr.h"
#include "base/observer_list.h"
#include "base/threading/thread_checker.h"
@@ -24,6 +25,7 @@ class PrefService;
namespace base {
class SequencedTaskRunner;
+class SingleThreadTaskRunner;
} // namespace base
namespace google_apis {

Powered by Google App Engine
This is Rietveld 408576698