| Index: chrome/browser/views/status_bubble_views.cc
|
| diff --git a/chrome/browser/views/status_bubble_views.cc b/chrome/browser/views/status_bubble_views.cc
|
| index 935b894f3b64c9b94288b04ff802aa74ced4db39..9642294c1a584f49d8b8de1aaab14c3afc32be6a 100644
|
| --- a/chrome/browser/views/status_bubble_views.cc
|
| +++ b/chrome/browser/views/status_bubble_views.cc
|
| @@ -655,7 +655,7 @@ void StatusBubbleViews::AvoidMouse() {
|
| view_->SetStyle(StatusView::STYLE_STANDARD_RIGHT);
|
| offset_ = 0;
|
|
|
| - // Substract border width + bubble width.
|
| + // Subtract border width + bubble width.
|
| int right_position_x = window_width - (position_.x() + size_.width());
|
| popup_->SetBounds(gfx::Rect(top_left.x() + right_position_x,
|
| top_left.y() + position_.y(),
|
|
|