| Index: base/message_loop_proxy_impl_unittest.cc
|
| diff --git a/base/message_loop_proxy_impl_unittest.cc b/base/message_loop_proxy_impl_unittest.cc
|
| index 61c78504badd8d4af0719b9452d28c5354ccf202..91681c1013b466ff65c2d2b24d15f9ff2837fbd6 100644
|
| --- a/base/message_loop_proxy_impl_unittest.cc
|
| +++ b/base/message_loop_proxy_impl_unittest.cc
|
| @@ -2,9 +2,9 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| +#include "base/memory/scoped_ptr.h"
|
| #include "base/message_loop.h"
|
| #include "base/message_loop_proxy_impl.h"
|
| -#include "base/scoped_ptr.h"
|
| #include "base/threading/thread.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
| #include "testing/platform_test.h"
|
|
|