| Index: components/search_engines/template_url.h
|
| diff --git a/components/search_engines/template_url.h b/components/search_engines/template_url.h
|
| index 20919cf7fbf2ce40ebea81ce541ec19706d90c7e..1c377af6788bb266814e0f4b1fd600e2107771f3 100644
|
| --- a/components/search_engines/template_url.h
|
| +++ b/components/search_engines/template_url.h
|
| @@ -5,11 +5,14 @@
|
| #ifndef COMPONENTS_SEARCH_ENGINES_TEMPLATE_URL_H_
|
| #define COMPONENTS_SEARCH_ENGINES_TEMPLATE_URL_H_
|
|
|
| +#include <stddef.h>
|
| +
|
| #include <string>
|
| #include <utility>
|
| #include <vector>
|
|
|
| #include "base/gtest_prod_util.h"
|
| +#include "base/macros.h"
|
| #include "base/memory/scoped_ptr.h"
|
| #include "base/time/time.h"
|
| #include "components/metrics/proto/omnibox_event.pb.h"
|
|
|