| Index: Source/core/page/PerformanceUserTiming.h
|
| diff --git a/Source/core/page/PerformanceUserTiming.h b/Source/core/page/PerformanceUserTiming.h
|
| index 8b07f3607fcf8128c621e69c46cb4b9259c7fab8..e7592f65931d64a2a21ab67a04285c8371d18db6 100644
|
| --- a/Source/core/page/PerformanceUserTiming.h
|
| +++ b/Source/core/page/PerformanceUserTiming.h
|
| @@ -26,8 +26,8 @@
|
| #ifndef PerformanceUserTiming_h
|
| #define PerformanceUserTiming_h
|
|
|
| -#include "EventException.h"
|
| -#include "ExceptionCode.h"
|
| +#include "core/dom/EventException.h"
|
| +#include "core/dom/ExceptionCode.h"
|
| #include "core/page/Performance.h"
|
| #include "core/page/PerformanceTiming.h"
|
| #include <wtf/HashMap.h>
|
|
|