| Index: ui/views/run_all_unittests.cc
|
| diff --git a/ui/views/run_all_unittests.cc b/ui/views/run_all_unittests.cc
|
| index 6983bd64bffcb748acbbf6e542b269deaa5f8f33..d90123190e7ced3a90971b002ede8c7a3b2370ae 100644
|
| --- a/ui/views/run_all_unittests.cc
|
| +++ b/ui/views/run_all_unittests.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/basictypes.h"
|
| #include "base/bind.h"
|
| #include "base/compiler_specific.h"
|
| +#include "base/macros.h"
|
| #include "base/path_service.h"
|
| #include "base/test/launcher/unit_test_launcher.h"
|
| #include "base/test/test_suite.h"
|
|
|