Index: chrome/browser/ui/views/location_bar/click_handler.h |
diff --git a/chrome/browser/ui/views/location_bar/click_handler.h b/chrome/browser/ui/views/location_bar/click_handler.h |
index ce7dc322b632489726be9e08fefe615536b99012..55ceb7fd4befadf41f197f0b27b4116b61488e5f 100644 |
--- a/chrome/browser/ui/views/location_bar/click_handler.h |
+++ b/chrome/browser/ui/views/location_bar/click_handler.h |
@@ -8,6 +8,7 @@ |
#include "base/basictypes.h" |
+class BrowserShowPageInfo; |
class LocationBarView; |
namespace views { |
@@ -19,7 +20,8 @@ class View; |
// Info dialog on click, to encapsulate that logic in one place. |
class ClickHandler { |
public: |
- ClickHandler(const views::View* owner, LocationBarView* location_bar); |
+ ClickHandler(const views::View* owner, |
+ LocationBarView* location_bar); |
void OnMouseReleased(const views::MouseEvent& event); |
@@ -31,4 +33,3 @@ class ClickHandler { |
}; |
#endif // CHROME_BROWSER_UI_VIEWS_LOCATION_BAR_CLICK_HANDLER_H_ |
- |