Index: Source/core/scripts/make_event_factory.py |
diff --git a/Source/core/scripts/make_event_factory.py b/Source/core/scripts/make_event_factory.py |
index ace45ab3a1798e85a331efa08e1e65298393aaea..cdf2c35e11ba5c1dc01b63f4783761be86a39eab 100644 |
--- a/Source/core/scripts/make_event_factory.py |
+++ b/Source/core/scripts/make_event_factory.py |
@@ -39,7 +39,7 @@ import license |
IMPLEMENTATION_TEMPLATE = """%(license)s |
#include "config.h" |
-#include "%(class_name)sFactory.h" |
+#include "core/events/%(class_name)sFactory.h" |
#include "%(class_name)sHeaders.h" |
#include "RuntimeEnabledFeatures.h" |