Index: chrome/common/extensions/extension_set.h |
diff --git a/chrome/common/extensions/extension_set.h b/chrome/common/extensions/extension_set.h |
index 43635ba1654b4fc992c047acec02be16ec462827..072feffe694db796dbe36da8df6bc3d3aa89c9f0 100644 |
--- a/chrome/common/extensions/extension_set.h |
+++ b/chrome/common/extensions/extension_set.h |
@@ -114,7 +114,7 @@ class ExtensionSet { |
// Returns a hosted app that contains any URL that overlaps with the given |
// extent, if one exists. |
const extensions::Extension* GetHostedAppByOverlappingWebExtent( |
- const URLPatternSet& extent) const; |
+ const extensions::URLPatternSet& extent) const; |
// Returns true if |new_url| is in the extent of the same extension as |
// |old_url|. Also returns true if neither URL is in an app. |