Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(161)

Unified Diff: Source/core/timing/WorkerPerformance.cpp

Issue 1186103003: Move workers' Performance API code to core/timing (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Source/core/timing/WorkerPerformance.h ('k') | Source/core/timing/WorkerPerformance.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/timing/WorkerPerformance.cpp
diff --git a/Source/modules/performance/WorkerPerformance.cpp b/Source/core/timing/WorkerPerformance.cpp
similarity index 97%
rename from Source/modules/performance/WorkerPerformance.cpp
rename to Source/core/timing/WorkerPerformance.cpp
index 5fd9b15228f91884fb59f9d5280dcb0a4c9fb438..ec31fc0ea1c75e4ce10ab3d6a0769dcd427b8d23 100644
--- a/Source/modules/performance/WorkerPerformance.cpp
+++ b/Source/core/timing/WorkerPerformance.cpp
@@ -29,7 +29,7 @@
*/
#include "config.h"
-#include "modules/performance/WorkerPerformance.h"
+#include "core/timing/WorkerPerformance.h"
#include "core/timing/MemoryInfo.h"
#include "core/workers/DedicatedWorkerGlobalScope.h"
« no previous file with comments | « Source/core/timing/WorkerPerformance.h ('k') | Source/core/timing/WorkerPerformance.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698