Index: chrome/browser/ui/toolbar/toolbar_actions_model.cc |
diff --git a/chrome/browser/ui/toolbar/toolbar_actions_model.cc b/chrome/browser/ui/toolbar/toolbar_actions_model.cc |
index 5c56390db3a1f55b7c6725d5606fbfb3249ac2b2..bae5b67c1d63177c66b78a040f2e8886bbb1cb80 100644 |
--- a/chrome/browser/ui/toolbar/toolbar_actions_model.cc |
+++ b/chrome/browser/ui/toolbar/toolbar_actions_model.cc |
@@ -750,7 +750,7 @@ void ToolbarActionsModel::OnActionToolbarPrefChange() { |
std::rotate(current_pos, current_pos + 1, desired_pos + 1); |
else |
std::rotate(desired_pos, current_pos, current_pos + 1); |
- // Notify the observers to keep them up-to-date, unless we're highlighting |
+ // Notify the observers to keep them up to date, unless we're highlighting |
// (in which case we're deliberately only showing a subset of actions). |
if (!is_highlighting()) |
FOR_EACH_OBSERVER( |