diff options
Diffstat (limited to 'base/task_unittest.cc')
-rw-r--r-- | base/task_unittest.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/base/task_unittest.cc b/base/task_unittest.cc index cc975e0..25c201d 100644 --- a/base/task_unittest.cc +++ b/base/task_unittest.cc @@ -1,8 +1,8 @@ -// Copyright (c) 2010 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/ref_counted.h" +#include "base/memory/ref_counted.h" #include "base/task.h" #include "testing/gtest/include/gtest/gtest.h" |