Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2570)

Unified Diff: chrome/renderer/localized_error.h

Issue 10375021: Move Extension into extensions namespace (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Take 6 Created 8 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/renderer/extensions/webstore_bindings.cc ('k') | chrome/renderer/localized_error.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/renderer/localized_error.h
diff --git a/chrome/renderer/localized_error.h b/chrome/renderer/localized_error.h
index 1006ae6a7d345259cc5955170b6fa7c90271bb11..0ccf86d543ffbc4b2cccb96c2f523635b3cb2de6 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[];
« no previous file with comments | « chrome/renderer/extensions/webstore_bindings.cc ('k') | chrome/renderer/localized_error.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698