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

@ -29,7 +29,7 @@ class WebRequest : public mate::TrackableObject<WebRequest> {
explicit WebRequest(AtomBrowserContext* browser_context);
~WebRequest();
template<AtomNetworkDelegate::EventTypes Event>
template<AtomNetworkDelegate::EventType Event>
void SetListener(mate::Arguments* args);
private: