| Index: components/favicon/core/favicon_handler_unittest.cc
|
| diff --git a/components/favicon/core/favicon_handler_unittest.cc b/components/favicon/core/favicon_handler_unittest.cc
|
| index b0cb87c44e91b95f8d4cc65681f4a52ce706a00c..8876a0ff213942a0b97c505ff61eff4e06710a42 100644
|
| --- a/components/favicon/core/favicon_handler_unittest.cc
|
| +++ b/components/favicon/core/favicon_handler_unittest.cc
|
| @@ -7,6 +7,9 @@
|
| #include<set>
|
| #include<vector>
|
|
|
| +#include <stddef.h>
|
| +
|
| +#include "base/macros.h"
|
| #include "base/memory/scoped_ptr.h"
|
| #include "components/favicon/core/favicon_driver.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
|
|