summaryrefslogtreecommitdiffstats
path: root/chrome/browser/views/go_button.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/views/go_button.h')
-rw-r--r--chrome/browser/views/go_button.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/browser/views/go_button.h b/chrome/browser/views/go_button.h
index 735ca54..8855b5a 100644
--- a/chrome/browser/views/go_button.h
+++ b/chrome/browser/views/go_button.h
@@ -1,4 +1,4 @@
-// Copyright (c) 2006-2008 The Chromium Authors. All rights reserved.
+// Copyright (c) 2010 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
@@ -41,7 +41,7 @@ class GoButton : public views::ToggleImageButton,
// Overridden from views::View:
virtual void OnMouseExited(const views::MouseEvent& e);
- virtual bool GetTooltipText(int x, int y, std::wstring* tooltip);
+ virtual bool GetTooltipText(const gfx::Point& p, std::wstring* tooltip);
private:
void OnButtonTimer();