| Index: chrome/browser/ui/fullscreen_exit_bubble_type.cc
|
| diff --git a/chrome/browser/ui/fullscreen_exit_bubble_type.cc b/chrome/browser/ui/fullscreen_exit_bubble_type.cc
|
| index 6b27e8ee264fe3483146e06ca641d9b1c25c466e..c5a8565f1299f17ba013265e3160c44b08213635 100644
|
| --- a/chrome/browser/ui/fullscreen_exit_bubble_type.cc
|
| +++ b/chrome/browser/ui/fullscreen_exit_bubble_type.cc
|
| @@ -21,7 +21,7 @@ string16 GetLabelTextForType(FullscreenExitBubbleType type,
|
| if (extension_service) {
|
| const ExtensionSet* extensions = extension_service->extensions();
|
| DCHECK(extensions);
|
| - const Extension* extension =
|
| + const extensions::Extension* extension =
|
| extensions->GetExtensionOrAppByURL(ExtensionURLInfo(url));
|
| if (extension) {
|
| host = UTF8ToUTF16(extension->name());
|
|
|