| Index: chrome/browser/ui/cocoa/profiles/profile_menu_controller.mm
|
| diff --git a/chrome/browser/ui/cocoa/profiles/profile_menu_controller.mm b/chrome/browser/ui/cocoa/profiles/profile_menu_controller.mm
|
| index 5ee576fe66a875dec003d89759ba4a46724199e2..b40a221d08927d744096123ca8d11a7617137a05 100644
|
| --- a/chrome/browser/ui/cocoa/profiles/profile_menu_controller.mm
|
| +++ b/chrome/browser/ui/cocoa/profiles/profile_menu_controller.mm
|
| @@ -4,6 +4,8 @@
|
|
|
| #import "chrome/browser/ui/cocoa/profiles/profile_menu_controller.h"
|
|
|
| +#include <stddef.h>
|
| +
|
| #include "base/mac/scoped_nsobject.h"
|
| #include "base/metrics/histogram_macros.h"
|
| #include "base/strings/sys_string_conversions.h"
|
|
|