diff options
Diffstat (limited to 'chrome/browser/ui/gtk/browser_window_gtk.cc')
-rw-r--r-- | chrome/browser/ui/gtk/browser_window_gtk.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/ui/gtk/browser_window_gtk.cc b/chrome/browser/ui/gtk/browser_window_gtk.cc index 7ede5fb..85ba20e 100644 --- a/chrome/browser/ui/gtk/browser_window_gtk.cc +++ b/chrome/browser/ui/gtk/browser_window_gtk.cc @@ -1224,7 +1224,7 @@ void BrowserWindowGtk::ShowCreateWebAppShortcutsDialog( } void BrowserWindowGtk::ShowCreateChromeAppShortcutsDialog( - Profile* profile, const Extension* app) { + Profile* profile, const extensions::Extension* app) { CreateChromeApplicationShortcutsDialogGtk::Show(window_, profile, app); } |