| Index: Source/core/page/PerformanceUserTiming.h
|
| diff --git a/Source/core/page/PerformanceUserTiming.h b/Source/core/page/PerformanceUserTiming.h
|
| index 525499ef99be8369440550d6f2f95dc3df7ea3ec..9caf1690a4ad0d0c62fa40cc559fa22675c583a0 100644
|
| --- a/Source/core/page/PerformanceUserTiming.h
|
| +++ b/Source/core/page/PerformanceUserTiming.h
|
| @@ -27,13 +27,12 @@
|
| #define PerformanceUserTiming_h
|
|
|
| #include "core/dom/ExceptionCode.h"
|
| -#include "core/page/Performance.h"
|
| #include "core/page/PerformanceTiming.h"
|
| -#include <wtf/HashMap.h>
|
| -#include <wtf/PassRefPtr.h>
|
| -#include <wtf/RefCounted.h>
|
| -#include <wtf/text/StringHash.h>
|
| -#include <wtf/text/WTFString.h>
|
| +#include "wtf/HashMap.h"
|
| +#include "wtf/PassRefPtr.h"
|
| +#include "wtf/RefCounted.h"
|
| +#include "wtf/text/StringHash.h"
|
| +#include "wtf/text/WTFString.h"
|
|
|
| namespace WebCore {
|
|
|
|
|