Update URLPattern to its latest version
This commit is contained in:
parent
81784827ff
commit
6763977316
4 changed files with 113 additions and 101 deletions
|
@ -19,13 +19,11 @@
|
|||
#include "net/http/http_request_headers.h"
|
||||
#include "net/http/http_response_headers.h"
|
||||
|
||||
namespace extensions {
|
||||
class URLPattern;
|
||||
}
|
||||
|
||||
namespace atom {
|
||||
|
||||
using URLPatterns = std::set<extensions::URLPattern>;
|
||||
using URLPatterns = std::set<URLPattern>;
|
||||
|
||||
const char* ResourceTypeToString(content::ResourceType type);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue