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

Unified Diff: base/task_queue.cc

Issue 7342047: Cleanup base/stl_util (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: removed unneeded include + rebase Created 9 years, 5 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: base/task_queue.cc
diff --git a/base/task_queue.cc b/base/task_queue.cc
index fdff8ac92638796e3cad2a10a95ba2c5bfaafcc7..78ab159a4a7269b491b033a30dfecb76a97927fc 100644
--- a/base/task_queue.cc
+++ b/base/task_queue.cc
@@ -5,7 +5,7 @@
#include "base/task_queue.h"
#include "base/logging.h"
-#include "base/stl_util-inl.h"
+#include "base/stl_util.h"
TaskQueue::TaskQueue() {
}

Powered by Google App Engine
This is Rietveld 408576698