| Index: chrome/renderer/localized_error.h
|
| diff --git a/chrome/renderer/localized_error.h b/chrome/renderer/localized_error.h
|
| index 1ea1c36974bc95f3832236dc484a9c1b1ca033ce..a5a36c1038bd996f4b022d95e7afd6f988f7dd69 100644
|
| --- a/chrome/renderer/localized_error.h
|
| +++ b/chrome/renderer/localized_error.h
|
| @@ -11,7 +11,7 @@
|
| #include "base/basictypes.h"
|
|
|
| class DictionaryValue;
|
| -class ExtensionRendererInfo;
|
| +class Extension;
|
| class GURL;
|
|
|
| namespace WebKit {
|
| @@ -41,7 +41,7 @@ class LocalizedError {
|
| // part of the app.
|
| static void GetAppErrorStrings(const WebKit::WebURLError& error,
|
| const GURL& display_url,
|
| - const ExtensionRendererInfo* app,
|
| + const Extension* app,
|
| DictionaryValue* error_strings);
|
|
|
| static const char kHttpErrorDomain[];
|
|
|