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

Unified Diff: Source/modules/performance/WorkerGlobalScopePerformance.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/WorkerGlobalScopePerformance.cpp
diff --git a/Source/modules/performance/WorkerGlobalScopePerformance.cpp b/Source/modules/performance/WorkerGlobalScopePerformance.cpp
index f0fe234731beb6b59daa125dff487a37cd32c1f3..6e19899167d85a133c883650a2b7760c977ef63c 100644
--- a/Source/modules/performance/WorkerGlobalScopePerformance.cpp
+++ b/Source/modules/performance/WorkerGlobalScopePerformance.cpp
@@ -35,7 +35,7 @@
#include "core/workers/WorkerGlobalScope.h"
#include "modules/performance/WorkerPerformance.h"
-namespace WebCore {
+namespace blink {
WorkerGlobalScopePerformance::WorkerGlobalScopePerformance()
{
@@ -74,4 +74,4 @@ void WorkerGlobalScopePerformance::trace(Visitor* visitor)
WillBeHeapSupplement<WorkerGlobalScope>::trace(visitor);
}
-} // namespace WebCore
+} // namespace blink
« no previous file with comments | « Source/modules/performance/WorkerGlobalScopePerformance.h ('k') | Source/modules/performance/WorkerPerformance.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698