| Index: chrome/browser/background/background_contents_service.cc
|
| diff --git a/chrome/browser/background/background_contents_service.cc b/chrome/browser/background/background_contents_service.cc
|
| index 7f20390d3c93cd05f54a6306cdb37d3df3e2311f..cb07a5f6dd0cd50a2cd04f42a5e75aa7f6d43a19 100644
|
| --- a/chrome/browser/background/background_contents_service.cc
|
| +++ b/chrome/browser/background/background_contents_service.cc
|
| @@ -431,7 +431,7 @@ void BackgroundContentsService::LoadBackgroundContentsFromDictionary(
|
| ExtensionService* extensions_service = profile->GetExtensionService();
|
| DCHECK(extensions_service);
|
|
|
| - DictionaryValue* dict;
|
| + const DictionaryValue* dict;
|
| if (!contents->GetDictionaryWithoutPathExpansion(extension_id, &dict) ||
|
| dict == NULL)
|
| return;
|
|
|