| Index: Source/core/timing/PerformanceEntry.cpp
|
| diff --git a/Source/core/page/PerformanceEntry.cpp b/Source/core/timing/PerformanceEntry.cpp
|
| similarity index 98%
|
| rename from Source/core/page/PerformanceEntry.cpp
|
| rename to Source/core/timing/PerformanceEntry.cpp
|
| index ac69608c870313cd5f8ee97955ee5dd60400eb7a..ee615282af2c991a4caf02bf27be698a05d72ac9 100644
|
| --- a/Source/core/page/PerformanceEntry.cpp
|
| +++ b/Source/core/timing/PerformanceEntry.cpp
|
| @@ -29,7 +29,7 @@
|
| */
|
|
|
| #include "config.h"
|
| -#include "core/page/PerformanceEntry.h"
|
| +#include "core/timing/PerformanceEntry.h"
|
|
|
| namespace WebCore {
|
|
|
|
|