| Index: components/search_engines/template_url_service.h
|
| diff --git a/components/search_engines/template_url_service.h b/components/search_engines/template_url_service.h
|
| index 37976571949c8107c941271df5c9fad48ba3eb25..cec22516a8ccbf9438ce4bb73d70b6366452b0f8 100644
|
| --- a/components/search_engines/template_url_service.h
|
| +++ b/components/search_engines/template_url_service.h
|
| @@ -5,6 +5,8 @@
|
| #ifndef COMPONENTS_SEARCH_ENGINES_TEMPLATE_URL_SERVICE_H_
|
| #define COMPONENTS_SEARCH_ENGINES_TEMPLATE_URL_SERVICE_H_
|
|
|
| +#include <stddef.h>
|
| +
|
| #include <list>
|
| #include <map>
|
| #include <set>
|
| @@ -13,6 +15,7 @@
|
|
|
| #include "base/callback_list.h"
|
| #include "base/gtest_prod_util.h"
|
| +#include "base/macros.h"
|
| #include "base/memory/scoped_ptr.h"
|
| #include "base/observer_list.h"
|
| #include "base/prefs/pref_change_registrar.h"
|
|
|