Index: chrome/common/extensions/extension_set.h |
diff --git a/chrome/common/extensions/extension_set.h b/chrome/common/extensions/extension_set.h |
index a34b8c7b75c0f7a53ba5c3b03b5a69b7ce6bd7d8..7e2062c222a75160663bed23a16b46b04bf05d21 100644 |
--- a/chrome/common/extensions/extension_set.h |
+++ b/chrome/common/extensions/extension_set.h |
@@ -15,6 +15,10 @@ |
#include "googleurl/src/gurl.h" |
#include "third_party/WebKit/Source/WebKit/chromium/public/WebSecurityOrigin.h" |
+namespace extensions { |
+struct UrlHandlerInfo; |
+}; |
+ |
class ExtensionURLInfo { |
public: |
// The extension system uses both a document's origin and its URL to |