EvenTypes => EventType

This commit is contained in:
Cheng Zhao 2015-12-11 20:11:22 +08:00
parent 62f4b25cf9
commit 467e3b25b2
4 changed files with 6 additions and 6 deletions

View file

@ -26,7 +26,7 @@ WebRequest::WebRequest(AtomBrowserContext* browser_context)
WebRequest::~WebRequest() {
}
template<AtomNetworkDelegate::EventTypes type>
template<AtomNetworkDelegate::EventType type>
void WebRequest::SetListener(mate::Arguments* args) {
scoped_ptr<base::DictionaryValue> filter(new base::DictionaryValue);
args->GetNext(filter.get());