| Index: components/component_updater/test/update_checker_unittest.cc
|
| diff --git a/components/component_updater/test/update_checker_unittest.cc b/components/component_updater/test/update_checker_unittest.cc
|
| index f523b57a2b4de37796bf08c94df8b769b30d9aef..a013dee6082593bb896620d72444fcde7bda75bc 100644
|
| --- a/components/component_updater/test/update_checker_unittest.cc
|
| +++ b/components/component_updater/test/update_checker_unittest.cc
|
| @@ -2,11 +2,11 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "base/basictypes.h"
|
| #include "base/bind.h"
|
| #include "base/bind_helpers.h"
|
| #include "base/compiler_specific.h"
|
| #include "base/files/file_util.h"
|
| +#include "base/macros.h"
|
| #include "base/memory/ref_counted.h"
|
| #include "base/memory/scoped_ptr.h"
|
| #include "base/message_loop/message_loop.h"
|
|
|