summaryrefslogtreecommitdiffstats
path: root/chrome/common/task_queue.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/common/task_queue.cc')
-rw-r--r--chrome/common/task_queue.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/common/task_queue.cc b/chrome/common/task_queue.cc
index bb73150..0d5aabb 100644
--- a/chrome/common/task_queue.cc
+++ b/chrome/common/task_queue.cc
@@ -2,10 +2,10 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "chrome/common/stl_util-inl.h"
-
#include "chrome/common/task_queue.h"
+#include "base/stl_util-inl.h"
+
TaskQueue::TaskQueue() {
}