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

Unified Diff: Source/modules/performance/SharedWorkerPerformance.cpp

Issue 403013002: Rename WebCore to blink in Modules (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 5 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
Index: Source/modules/performance/SharedWorkerPerformance.cpp
diff --git a/Source/modules/performance/SharedWorkerPerformance.cpp b/Source/modules/performance/SharedWorkerPerformance.cpp
index 4e7de44b17743ebfe31f1465e1d84cd2e23c09c1..074c2ce8b32a5c1d92747df4abe1421b01243ac2 100644
--- a/Source/modules/performance/SharedWorkerPerformance.cpp
+++ b/Source/modules/performance/SharedWorkerPerformance.cpp
@@ -36,7 +36,7 @@
#include "core/loader/DocumentLoader.h"
#include "core/workers/SharedWorker.h"
-namespace WebCore {
+namespace blink {
SharedWorkerPerformance::SharedWorkerPerformance()
: m_timeOrigin(monotonicallyIncreasingTime())
@@ -75,5 +75,5 @@ double SharedWorkerPerformance::getWorkerStart(ExecutionContext* context, Shared
return m_timeOrigin - navigationStart;
}
-} // namespace WebCore
+} // namespace blink
« no previous file with comments | « Source/modules/performance/SharedWorkerPerformance.h ('k') | Source/modules/performance/WorkerGlobalScopePerformance.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698