diff options
Diffstat (limited to 'base/weak_ptr_unittest.cc')
-rw-r--r-- | base/weak_ptr_unittest.cc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/base/weak_ptr_unittest.cc b/base/weak_ptr_unittest.cc index df79606d..0713983 100644 --- a/base/weak_ptr_unittest.cc +++ b/base/weak_ptr_unittest.cc @@ -1,8 +1,9 @@ -// Copyright (c) 2009 The Chromium Authors. All rights reserved. +// Copyright (c) 2010 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 "testing/gtest/include/gtest/gtest.h" +#include "base/message_loop.h" #include "base/thread.h" #include "base/weak_ptr.h" |