| Index: chrome/browser/background_contents_service.cc
|
| ===================================================================
|
| --- chrome/browser/background_contents_service.cc (revision 69996)
|
| +++ chrome/browser/background_contents_service.cc (working copy)
|
| @@ -115,7 +115,8 @@
|
| break;
|
| case NotificationType::EXTENSION_UNLOADED:
|
| ShutdownAssociatedBackgroundContents(
|
| - ASCIIToUTF16(Details<const Extension>(details)->id()));
|
| + ASCIIToUTF16(
|
| + Details<UnloadedExtensionInfo>(details)->extension->id()));
|
| break;
|
| default:
|
| NOTREACHED();
|
|
|