| Index: base/timer_unittest.cc | 
| diff --git a/base/timer_unittest.cc b/base/timer_unittest.cc | 
| index c2289c8d23cbf75e0eafd5355fd9f4605fa4025f..8d724528ec55d2e4c14b31d5997b81444028904b 100644 | 
| --- a/base/timer_unittest.cc | 
| +++ b/base/timer_unittest.cc | 
| @@ -2,8 +2,8 @@ | 
| // 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/scoped_ptr.h" | 
| #include "base/task.h" | 
| #include "base/timer.h" | 
| #include "testing/gtest/include/gtest/gtest.h" | 
|  |