diff options
Diffstat (limited to 'base/threading/worker_pool_unittest.cc')
-rw-r--r-- | base/threading/worker_pool_unittest.cc | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/base/threading/worker_pool_unittest.cc b/base/threading/worker_pool_unittest.cc index f044e10..2d2b055 100644 --- a/base/threading/worker_pool_unittest.cc +++ b/base/threading/worker_pool_unittest.cc @@ -1,10 +1,12 @@ -// Copyright (c) 2008 The Chromium Authors. All rights reserved. +// Copyright (c) 2011 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. +#include "base/threading/worker_pool.h" + +#include "base/location.h" #include "base/task.h" #include "base/synchronization/waitable_event.h" -#include "base/threading/worker_pool.h" #include "testing/gtest/include/gtest/gtest.h" #include "testing/platform_test.h" |