| Index: chrome/browser/chromeos/login/login_html_dialog.h
|
| ===================================================================
|
| --- chrome/browser/chromeos/login/login_html_dialog.h (revision 121660)
|
| +++ chrome/browser/chromeos/login/login_html_dialog.h (working copy)
|
| @@ -70,7 +70,8 @@
|
| virtual void OnCloseContents(
|
| content::WebContents* source, bool* out_close_dialog) OVERRIDE;
|
| virtual bool ShouldShowDialogTitle() const OVERRIDE;
|
| - virtual bool HandleContextMenu(const ContextMenuParams& params) OVERRIDE;
|
| + virtual bool HandleContextMenu(
|
| + const content::ContextMenuParams& params) OVERRIDE;
|
|
|
| // content::NotificationObserver implementation.
|
| virtual void Observe(int type,
|
|
|