| Index: chrome/browser/ui/toolbar/toolbar_actions_bar.cc
|
| diff --git a/chrome/browser/ui/toolbar/toolbar_actions_bar.cc b/chrome/browser/ui/toolbar/toolbar_actions_bar.cc
|
| index b20f1764eea86db11754a7a7845ff98e26c99b1f..fc749dd5938bd72e9e0ef76e5e261108dfeb6c15 100644
|
| --- a/chrome/browser/ui/toolbar/toolbar_actions_bar.cc
|
| +++ b/chrome/browser/ui/toolbar/toolbar_actions_bar.cc
|
| @@ -535,7 +535,7 @@ size_t ToolbarActionsBar::GetIconCount() const {
|
| toolbar_actions_.size() - main_bar_->GetIconCount() :
|
| model_->visible_icon_count() + extra_icons;
|
|
|
| -#if DCHECK_IS_ON
|
| +#if DCHECK_IS_ON()
|
| // Good time for some sanity checks: We should never try to display more
|
| // icons than we have, and we should always have a view per item in the model.
|
| // (The only exception is if this is in initialization.)
|
|
|