diff options
Diffstat (limited to 'chrome/common/extensions/file_browser_handler.h')
-rw-r--r-- | chrome/common/extensions/file_browser_handler.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/common/extensions/file_browser_handler.h b/chrome/common/extensions/file_browser_handler.h index d407bf89..74e478c 100644 --- a/chrome/common/extensions/file_browser_handler.h +++ b/chrome/common/extensions/file_browser_handler.h @@ -37,8 +37,8 @@ class FileBrowserHandler { void set_title(const std::string& title) { title_ = title; } // File schema URL patterns. - const URLPatternSet& file_url_patterns() const { - return url_set_; + const URLPatternList& file_url_patterns() const { + return url_set_.patterns(); } void AddPattern(const URLPattern& pattern); bool MatchesURL(const GURL& url) const; |