Chromium Code Reviews| Index: ui/base/x/x11_menu_list.cc |
| diff --git a/ui/base/x/x11_menu_list.cc b/ui/base/x/x11_menu_list.cc |
| index 08f2c7d57a3583e7f799700740687681313333c8..cfc8dc43370ddcb58751b527f94ef14b5b54cf06 100644 |
| --- a/ui/base/x/x11_menu_list.cc |
| +++ b/ui/base/x/x11_menu_list.cc |
| @@ -4,6 +4,7 @@ |
| #include "ui/base/x/x11_menu_list.h" |
| +#include <algorithm> |
|
danakj
2015/11/16 22:19:03
need whitespace between <> and "" includes?
dcheng
2015/11/17 17:08:42
Done.
|
| #include "base/memory/singleton.h" |
| #include "ui/base/x/x11_util.h" |