| Index: Source/core/timing/Performance.h
|
| diff --git a/Source/core/page/Performance.h b/Source/core/timing/Performance.h
|
| similarity index 95%
|
| rename from Source/core/page/Performance.h
|
| rename to Source/core/timing/Performance.h
|
| index 6d01b7ceb99cd0359ab646efc570461d3165dfc3..6d4c964240995ab2385f522f057de023c6926ffe 100644
|
| --- a/Source/core/page/Performance.h
|
| +++ b/Source/core/timing/Performance.h
|
| @@ -35,10 +35,10 @@
|
| #include "bindings/v8/ScriptWrappable.h"
|
| #include "core/events/EventTarget.h"
|
| #include "core/page/DOMWindowProperty.h"
|
| -#include "core/page/MemoryInfo.h"
|
| -#include "core/page/PerformanceEntry.h"
|
| -#include "core/page/PerformanceNavigation.h"
|
| -#include "core/page/PerformanceTiming.h"
|
| +#include "core/timing/MemoryInfo.h"
|
| +#include "core/timing/PerformanceEntry.h"
|
| +#include "core/timing/PerformanceNavigation.h"
|
| +#include "core/timing/PerformanceTiming.h"
|
| #include "wtf/PassRefPtr.h"
|
| #include "wtf/RefCounted.h"
|
| #include "wtf/RefPtr.h"
|
|
|