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

Unified Diff: remoting/client/queued_task_poster.h

Issue 2443103003: Remove unused include in sequenced_worker_pool.h (Closed)
Patch Set: merge up to r429325 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
« no previous file with comments | « net/ssl/ssl_platform_key_win.cc ('k') | remoting/client/queued_task_poster_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/client/queued_task_poster.h
diff --git a/remoting/client/queued_task_poster.h b/remoting/client/queued_task_poster.h
index 44c537cac0b7dff816b5da8cd87cb2b0ce3469d9..5b5cfbc963e4839900780ffe562b00dc450c663d 100644
--- a/remoting/client/queued_task_poster.h
+++ b/remoting/client/queued_task_poster.h
@@ -10,7 +10,9 @@
#include "base/callback.h"
#include "base/macros.h"
+#include "base/memory/ref_counted.h"
#include "base/memory/weak_ptr.h"
+#include "base/single_thread_task_runner.h"
namespace remoting {
« no previous file with comments | « net/ssl/ssl_platform_key_win.cc ('k') | remoting/client/queued_task_poster_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698