| Index: chrome/renderer/localized_error.cc
|
| diff --git a/chrome/renderer/localized_error.cc b/chrome/renderer/localized_error.cc
|
| index 548b77c8ae621eca05964fe562648a35ffe8eb61..430c4afc9957475a75443a998a7959d43fadc5fa 100644
|
| --- a/chrome/renderer/localized_error.cc
|
| +++ b/chrome/renderer/localized_error.cc
|
| @@ -707,7 +707,7 @@ void LocalizedError::GetFormRepostStrings(const GURL& display_url,
|
| void LocalizedError::GetAppErrorStrings(
|
| const WebURLError& error,
|
| const GURL& display_url,
|
| - const Extension* app,
|
| + const extensions::Extension* app,
|
| DictionaryValue* error_strings) {
|
| DCHECK(app);
|
|
|
|
|