summaryrefslogtreecommitdiffstats
path: root/chrome/browser/android/shortcut_helper.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/android/shortcut_helper.cc')
-rw-r--r--chrome/browser/android/shortcut_helper.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/android/shortcut_helper.cc b/chrome/browser/android/shortcut_helper.cc
index 4539402..7a010b1 100644
--- a/chrome/browser/android/shortcut_helper.cc
+++ b/chrome/browser/android/shortcut_helper.cc
@@ -114,7 +114,7 @@ bool ShortcutBuilder::OnMessageReceived(const IPC::Message& message) {
return handled;
}
-void ShortcutBuilder::WebContentsDestroyed(content::WebContents* web_contents) {
+void ShortcutBuilder::WebContentsDestroyed() {
Destroy();
}