| Index: chrome/browser/ui/views/frame/global_menu_bar_x11.cc
|
| diff --git a/chrome/browser/ui/views/frame/global_menu_bar_x11.cc b/chrome/browser/ui/views/frame/global_menu_bar_x11.cc
|
| index b89ede787cacc7f7578cef6386fc6bdd6d5f7e65..236d8b24f969643f36e72d0e3ad4dfe1eb0f7971 100644
|
| --- a/chrome/browser/ui/views/frame/global_menu_bar_x11.cc
|
| +++ b/chrome/browser/ui/views/frame/global_menu_bar_x11.cc
|
| @@ -6,9 +6,11 @@
|
|
|
| #include <dlfcn.h>
|
| #include <glib-object.h>
|
| +#include <stddef.h>
|
|
|
| #include "base/debug/leak_annotations.h"
|
| #include "base/logging.h"
|
| +#include "base/macros.h"
|
| #include "base/prefs/pref_service.h"
|
| #include "base/stl_util.h"
|
| #include "base/strings/string_number_conversions.h"
|
|
|