| Index: chrome/common/extensions/file_browser_handler.h
|
| diff --git a/chrome/common/extensions/file_browser_handler.h b/chrome/common/extensions/file_browser_handler.h
|
| index 74e478c726f5da58c1e225a6906da1dd6e142697..d407bf89908e585a325457dd99fb1cc39d33038c 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 URLPatternList& file_url_patterns() const {
|
| - return url_set_.patterns();
|
| + const URLPatternSet& file_url_patterns() const {
|
| + return url_set_;
|
| }
|
| void AddPattern(const URLPattern& pattern);
|
| bool MatchesURL(const GURL& url) const;
|
|
|