| Index: chrome/browser/ui/views/toolbar/chevron_menu_button.cc
|
| diff --git a/chrome/browser/ui/views/toolbar/chevron_menu_button.cc b/chrome/browser/ui/views/toolbar/chevron_menu_button.cc
|
| index baa9e135450af4f2fa2e2216036a435f86885887..63221b10aab6b301f30c61527d73942e735e8c58 100644
|
| --- a/chrome/browser/ui/views/toolbar/chevron_menu_button.cc
|
| +++ b/chrome/browser/ui/views/toolbar/chevron_menu_button.cc
|
| @@ -361,7 +361,7 @@ size_t ChevronMenuButton::MenuController::IndexForId(int id) const {
|
|
|
| ChevronMenuButton::ChevronMenuButton(
|
| BrowserActionsContainer* browser_actions_container)
|
| - : views::MenuButton(NULL, base::string16(), this, false),
|
| + : views::MenuButton(base::string16(), this, false),
|
| browser_actions_container_(browser_actions_container),
|
| weak_factory_(this) {
|
| // Set the border explicitly, because otherwise the native theme manager takes
|
|
|