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

Unified Diff: base/task_queue.cc

Issue 6410105: run iwyu on base! Base URL: svn://svn.chromium.org/chrome/trunk/src/base
Patch Set: Created 9 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
« no previous file with comments | « base/sys_info_posix.cc ('k') | base/third_party/dmg_fp/dtoa_wrapper.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/task_queue.cc
diff --git a/base/task_queue.cc b/base/task_queue.cc
index fdff8ac92638796e3cad2a10a95ba2c5bfaafcc7..a9d1c13ee2e72d0a982a21dc490cc70754d91964 100644
--- a/base/task_queue.cc
+++ b/base/task_queue.cc
@@ -2,10 +2,13 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "base/task_queue.h"
+#include <stdbool.h>
+#include <deque>
#include "base/logging.h"
#include "base/stl_util-inl.h"
+#include "base/task.h"
+#include "base/task_queue.h"
TaskQueue::TaskQueue() {
}
« no previous file with comments | « base/sys_info_posix.cc ('k') | base/third_party/dmg_fp/dtoa_wrapper.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698