| Index: chrome/browser/ui/browser.h
|
| diff --git a/chrome/browser/ui/browser.h b/chrome/browser/ui/browser.h
|
| index 4ae9ee6712c53c38452c72feb05ef7733dcf14a1..94e4c9d79abbe39fea94887371e7504b89b828a2 100644
|
| --- a/chrome/browser/ui/browser.h
|
| +++ b/chrome/browser/ui/browser.h
|
| @@ -560,7 +560,7 @@ class Browser : public TabStripModelObserver,
|
| const gfx::Rect& pos) OVERRIDE;
|
| virtual bool IsPopupOrPanel(
|
| const content::WebContents* source) const OVERRIDE;
|
| - virtual void UpdateTargetURL(content::WebContents* source, int32 page_id,
|
| + virtual void UpdateTargetURL(content::WebContents* source,
|
| const GURL& url) OVERRIDE;
|
| virtual void ContentsMouseEvent(content::WebContents* source,
|
| const gfx::Point& location,
|
|
|