summaryrefslogtreecommitdiffstats
path: root/chrome/browser/views/location_bar_view.h
diff options
context:
space:
mode:
authordeanm@chromium.org <deanm@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-03-03 16:43:01 +0000
committerdeanm@chromium.org <deanm@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-03-03 16:43:01 +0000
commitbab79fb983a25f696726f0dcf53ac0c5ac9e6844 (patch)
tree9dae5984d5b147ca88e1f46c90d67407860f1a41 /chrome/browser/views/location_bar_view.h
parent79d1685c4d9af31bf63235e917f0daed1528d461 (diff)
downloadchromium_src-bab79fb983a25f696726f0dcf53ac0c5ac9e6844.zip
chromium_src-bab79fb983a25f696726f0dcf53ac0c5ac9e6844.tar.gz
chromium_src-bab79fb983a25f696726f0dcf53ac0c5ac9e6844.tar.bz2
Clean up a few comments / formatting related to the location bar.
Correct the includes, forward declare TabContents. Review URL: http://codereview.chromium.org/39011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@10800 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/views/location_bar_view.h')
-rw-r--r--chrome/browser/views/location_bar_view.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/chrome/browser/views/location_bar_view.h b/chrome/browser/views/location_bar_view.h
index 9038135..4323454 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_;