| Index: components/search_engines/template_url_service_sync_unittest.cc
|
| diff --git a/components/search_engines/template_url_service_sync_unittest.cc b/components/search_engines/template_url_service_sync_unittest.cc
|
| index 8d10dfc5162d30e6bd8540d252547556fa0f4ce4..68f373701d92fb03eca6a0794ecffb6cb3a2f3cb 100644
|
| --- a/components/search_engines/template_url_service_sync_unittest.cc
|
| +++ b/components/search_engines/template_url_service_sync_unittest.cc
|
| @@ -2,6 +2,9 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| +#include <stddef.h>
|
| +
|
| +#include "base/macros.h"
|
| #include "base/memory/scoped_ptr.h"
|
| #include "base/memory/scoped_vector.h"
|
| #include "base/run_loop.h"
|
|
|