summaryrefslogtreecommitdiffstats
path: root/chrome/browser/extensions/extension_tab_util.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/extensions/extension_tab_util.h')
-rw-r--r--chrome/browser/extensions/extension_tab_util.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/chrome/browser/extensions/extension_tab_util.h b/chrome/browser/extensions/extension_tab_util.h
index ed0f1a5..d6659e6 100644
--- a/chrome/browser/extensions/extension_tab_util.h
+++ b/chrome/browser/extensions/extension_tab_util.h
@@ -9,7 +9,6 @@
#include <string>
class Browser;
-class Extension;
class GURL;
class Profile;
class TabContentsWrapper;
@@ -24,6 +23,10 @@ namespace content {
class WebContents;
}
+namespace extensions {
+class Extension;
+}
+
// Provides various utility functions that help manipulate tabs.
class ExtensionTabUtil {
public:
@@ -71,7 +74,7 @@ class ExtensionTabUtil {
// extension base, we decided it wasn't worth breaking existing extensions to
// fix.
static GURL ResolvePossiblyRelativeURL(const std::string& url_string,
- const Extension* extension);
+ const extensions::Extension* extension);
// Returns true if |url| is used for testing crashes.
static bool IsCrashURL(const GURL& url);