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

Unified Diff: ash/shell.cc

Issue 2690533002: Remove header dependencies from sequence_checker.h to sequenced_worker_pool.h (Closed)
Patch Set: rebase Created 3 years, 10 months 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: ash/shell.cc
diff --git a/ash/shell.cc b/ash/shell.cc
index e765b345d6886de43658dbfb009901544e7b9c11..f1ecea4ff9df78d765c895884b5d9592fdb4cd08 100644
--- a/ash/shell.cc
+++ b/ash/shell.cc
@@ -95,6 +95,7 @@
#include "base/command_line.h"
#include "base/memory/ptr_util.h"
#include "base/sys_info.h"
+#include "base/threading/sequenced_worker_pool.h"
#include "base/trace_event/trace_event.h"
#include "chromeos/audio/audio_a11y_controller.h"
#include "chromeos/chromeos_switches.h"

Powered by Google App Engine
This is Rietveld 408576698