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

Unified Diff: chrome/common/extensions/extension_set.h

Issue 11312228: Move extension_error_utils.* and url_pattern_set.* into (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: move into extensions namespace Created 8 years, 1 month 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
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.

Powered by Google App Engine
This is Rietveld 408576698