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

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

Issue 11312228: Move extension_error_utils.* and url_pattern_set.* into (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: hate 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
« no previous file with comments | « chrome/common/extensions/extension_unittest.cc ('k') | chrome/common/extensions/manifest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 ceef073ce60a0e44903339ece40eeb1e8275d95a..123e41e48044d59cf5ab053544ebd80907cd4d26 100644
--- a/chrome/common/extensions/file_browser_handler.h
+++ b/chrome/common/extensions/file_browser_handler.h
@@ -9,8 +9,8 @@
#include <vector>
#include "base/basictypes.h"
-#include "chrome/common/extensions/url_pattern_set.h"
#include "extensions/common/url_pattern.h"
+#include "extensions/common/url_pattern_set.h"
#include "googleurl/src/gurl.h"
class URLPattern;
@@ -36,7 +36,7 @@ class FileBrowserHandler {
void set_title(const std::string& title) { title_ = title; }
// File schema URL patterns.
- const URLPatternSet& file_url_patterns() const {
+ const extensions::URLPatternSet& file_url_patterns() const {
return url_set_;
}
void AddPattern(const URLPattern& pattern);
@@ -75,7 +75,7 @@ class FileBrowserHandler {
unsigned int file_access_permission_flags_;
// A list of file filters.
- URLPatternSet url_set_;
+ extensions::URLPatternSet url_set_;
};
#endif // CHROME_COMMON_EXTENSIONS_FILE_BROWSER_HANDLER_H_
« no previous file with comments | « chrome/common/extensions/extension_unittest.cc ('k') | chrome/common/extensions/manifest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698