Index: chrome/browser/ui/panels/panel.cc |
diff --git a/chrome/browser/ui/panels/panel.cc b/chrome/browser/ui/panels/panel.cc |
index e4f54d1aefbcb9bb66ebf95652e0516d60bb90e4..f9a8db80eb4ed1953ea9771d38643d5230074f88 100644 |
--- a/chrome/browser/ui/panels/panel.cc |
+++ b/chrome/browser/ui/panels/panel.cc |
@@ -602,7 +602,7 @@ void Panel::ShowCreateWebAppShortcutsDialog(TabContentsWrapper* tab_contents) { |
} |
void Panel::ShowCreateChromeAppShortcutsDialog(Profile* profile, |
- const Extension* app) { |
+ const extensions::Extension* app) { |
NOTIMPLEMENTED(); |
} |