summaryrefslogtreecommitdiffstats
path: root/chrome/renderer/localized_error.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/renderer/localized_error.h')
-rw-r--r--chrome/renderer/localized_error.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/chrome/renderer/localized_error.h b/chrome/renderer/localized_error.h
index 1006ae6..0ccf86d 100644
--- a/chrome/renderer/localized_error.h
+++ b/chrome/renderer/localized_error.h
@@ -11,13 +11,16 @@
#include "base/basictypes.h"
#include "base/string16.h"
-class Extension;
class GURL;
namespace base {
class DictionaryValue;
}
+namespace extensions {
+class Extension;
+}
+
namespace WebKit {
struct WebURLError;
}
@@ -48,7 +51,7 @@ class LocalizedError {
// part of the app.
static void GetAppErrorStrings(const WebKit::WebURLError& error,
const GURL& display_url,
- const Extension* app,
+ const extensions::Extension* app,
base::DictionaryValue* error_strings);
static const char kHttpErrorDomain[];