| Index: components/omnibox/browser/in_memory_url_index_types_unittest.cc
|
| diff --git a/components/omnibox/browser/in_memory_url_index_types_unittest.cc b/components/omnibox/browser/in_memory_url_index_types_unittest.cc
|
| index 9229d437a831c5c884a64d1b19f83e0b92663821..a66ea9ba2ee8fb8630493c88d3446af3addf63f5 100644
|
| --- a/components/omnibox/browser/in_memory_url_index_types_unittest.cc
|
| +++ b/components/omnibox/browser/in_memory_url_index_types_unittest.cc
|
| @@ -4,8 +4,11 @@
|
|
|
| #include "components/omnibox/browser/in_memory_url_index_types.h"
|
|
|
| +#include <stddef.h>
|
| +
|
| #include <algorithm>
|
|
|
| +#include "base/macros.h"
|
| #include "base/strings/string16.h"
|
| #include "base/strings/utf_string_conversions.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
|
|