| Index: chrome/browser/views/location_bar_view.h
|
| diff --git a/chrome/browser/views/location_bar_view.h b/chrome/browser/views/location_bar_view.h
|
| index 90381358fc3275b91e004990a42684f5aefcc262..4323454e8cb22a0d288f8905a3c989c67ae80c50 100644
|
| --- a/chrome/browser/views/location_bar_view.h
|
| +++ b/chrome/browser/views/location_bar_view.h
|
| @@ -268,7 +268,8 @@ class LocationBarView : public LocationBar,
|
| // The currently shown info bubble if any.
|
| InfoBubble* info_bubble_;
|
|
|
| - // A task used to display the info bubble when the mouse hovers on the image.
|
| + // A task used to display the info bubble when the mouse hovers on the
|
| + // image.
|
| ShowInfoBubbleTask* show_info_bubble_task_;
|
|
|
| Profile* profile_;
|
|
|