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

Unified Diff: Source/modules/performance/WorkerGlobalScopePerformance.h

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.h
diff --git a/Source/modules/performance/WorkerGlobalScopePerformance.h b/Source/modules/performance/WorkerGlobalScopePerformance.h
index 52ce9ee44a7e91253732702cccba129c908ab5cd..ae391446a5f6b293e33aafcb334ed2cbf0fa5f1e 100644
--- a/Source/modules/performance/WorkerGlobalScopePerformance.h
+++ b/Source/modules/performance/WorkerGlobalScopePerformance.h
@@ -35,7 +35,7 @@
#include "platform/Supplementable.h"
#include "platform/heap/Handle.h"
-namespace WebCore {
+namespace blink {
class WorkerGlobalScope;
@@ -57,6 +57,6 @@ private:
PersistentWillBeMember<WorkerPerformance> m_performance;
};
-} // namespace WebCore
+} // namespace blink
#endif // WorkerGlobalScopePerformance_h
« no previous file with comments | « Source/modules/performance/SharedWorkerPerformance.cpp ('k') | Source/modules/performance/WorkerGlobalScopePerformance.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698