| Index: components/search_engines/search_host_to_urls_map_unittest.cc
|
| diff --git a/components/search_engines/search_host_to_urls_map_unittest.cc b/components/search_engines/search_host_to_urls_map_unittest.cc
|
| index 1e7929419fa418c656ff5588822c9dc5e6e9eebc..7c635cdb8fda9f559a9bbe0a882e0d2b325f0a1f 100644
|
| --- a/components/search_engines/search_host_to_urls_map_unittest.cc
|
| +++ b/components/search_engines/search_host_to_urls_map_unittest.cc
|
| @@ -2,7 +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 <stddef.h>
|
| +
|
| +#include "base/macros.h"
|
| #include "base/memory/scoped_ptr.h"
|
| #include "components/search_engines/search_host_to_urls_map.h"
|
| #include "components/search_engines/search_terms_data.h"
|
|
|