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

Unified Diff: Source/modules/performance/SharedWorkerPerformance.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/SharedWorkerPerformance.h
diff --git a/Source/modules/performance/SharedWorkerPerformance.h b/Source/modules/performance/SharedWorkerPerformance.h
index 89ce1330b7e4c3f1b2ee6022934002314da50f23..4c420dbc545cd6fe50f76d98944dbeffa2685de2 100644
--- a/Source/modules/performance/SharedWorkerPerformance.h
+++ b/Source/modules/performance/SharedWorkerPerformance.h
@@ -33,7 +33,7 @@
#include "platform/Supplementable.h"
#include "platform/heap/Handle.h"
-namespace WebCore {
+namespace blink {
class ExecutionContext;
class SharedWorker;
@@ -55,6 +55,6 @@ private:
double m_timeOrigin;
};
-} // namespace WebCore
+} // namespace blink
#endif // SharedWorkerPerformance_h
« no previous file with comments | « Source/modules/notifications/NotificationPermissionClient.cpp ('k') | Source/modules/performance/SharedWorkerPerformance.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698