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

Unified Diff: Source/modules/performance/WorkerPerformance.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/WorkerPerformance.cpp
diff --git a/Source/modules/performance/WorkerPerformance.cpp b/Source/modules/performance/WorkerPerformance.cpp
index 394fae19e9dcda14275974088d910e68a2fd6e34..9268890f2442cc21e96280fac36bf0ffac87a1bc 100644
--- a/Source/modules/performance/WorkerPerformance.cpp
+++ b/Source/modules/performance/WorkerPerformance.cpp
@@ -36,7 +36,7 @@
#include "core/workers/WorkerGlobalScope.h"
#include "wtf/CurrentTime.h"
-namespace WebCore {
+namespace blink {
WorkerPerformance::WorkerPerformance()
{
@@ -61,4 +61,4 @@ PassRefPtrWillBeRawPtr<MemoryInfo> WorkerPerformance::memory() const
return MemoryInfo::create();
}
-} // namespace WebCore
+} // namespace blink
« no previous file with comments | « Source/modules/performance/WorkerPerformance.h ('k') | Source/modules/push_messaging/NavigatorPushManager.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698