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