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

Unified Diff: Source/core/timing/SharedWorkerPerformance.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/SharedWorkerPerformance.h ('k') | Source/core/timing/SharedWorkerPerformance.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/timing/SharedWorkerPerformance.cpp
diff --git a/Source/modules/performance/SharedWorkerPerformance.cpp b/Source/core/timing/SharedWorkerPerformance.cpp
similarity index 98%
rename from Source/modules/performance/SharedWorkerPerformance.cpp
rename to Source/core/timing/SharedWorkerPerformance.cpp
index 90fbea53f6488a89961e53bfe9900044d0e3ad86..f16c108fcec99b3fd2a725dfb2a166c19fc39130 100644
--- a/Source/modules/performance/SharedWorkerPerformance.cpp
+++ b/Source/core/timing/SharedWorkerPerformance.cpp
@@ -28,7 +28,7 @@
*/
#include "config.h"
-#include "modules/performance/SharedWorkerPerformance.h"
+#include "core/timing/SharedWorkerPerformance.h"
#include "core/dom/Document.h"
#include "core/dom/ExecutionContext.h"
« no previous file with comments | « Source/core/timing/SharedWorkerPerformance.h ('k') | Source/core/timing/SharedWorkerPerformance.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698