| Index: components/omnibox/browser/omnibox_view_unittest.cc
|
| diff --git a/components/omnibox/browser/omnibox_view_unittest.cc b/components/omnibox/browser/omnibox_view_unittest.cc
|
| index 1056e782966dfe720e2d33bff83f3ed885dc5d83..b9dcf9235ef57a8e33c52210ae98e86cf18d014c 100644
|
| --- a/components/omnibox/browser/omnibox_view_unittest.cc
|
| +++ b/components/omnibox/browser/omnibox_view_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/strings/string16.h"
|
| #include "base/strings/string_util.h"
|
| #include "base/strings/utf_string_conversions.h"
|
|
|