Index: chrome/browser/ui/cocoa/location_bar/keyword_hint_decoration.mm |
diff --git a/chrome/browser/ui/cocoa/location_bar/keyword_hint_decoration.mm b/chrome/browser/ui/cocoa/location_bar/keyword_hint_decoration.mm |
index 705d8acda25b83cbbd644a9e94a3e6318893bfc6..9d44e61c634d4d95b21e17cb3beb548a1f29c44b 100644 |
--- a/chrome/browser/ui/cocoa/location_bar/keyword_hint_decoration.mm |
+++ b/chrome/browser/ui/cocoa/location_bar/keyword_hint_decoration.mm |
@@ -2,6 +2,8 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
+#include <stddef.h> |
+ |
#include <cmath> |
#import "chrome/browser/ui/cocoa/location_bar/keyword_hint_decoration.h" |