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

Unified Diff: Source/platform/TaskSynchronizer.cpp

Issue 400543004: Rename WebCore namespace to blink in Platform (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
« no previous file with comments | « Source/platform/TaskSynchronizer.h ('k') | Source/platform/TestingPlatformSupport.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/TaskSynchronizer.cpp
diff --git a/Source/platform/TaskSynchronizer.cpp b/Source/platform/TaskSynchronizer.cpp
index da5b2b9cb657d079497baad6a6ea62547ef390c6..7cecf741ef0cd09b75a223d69d29fc4f617af56c 100644
--- a/Source/platform/TaskSynchronizer.cpp
+++ b/Source/platform/TaskSynchronizer.cpp
@@ -31,7 +31,7 @@
#include "heap/ThreadState.h"
-namespace WebCore {
+namespace blink {
TaskSynchronizer::TaskSynchronizer()
: m_taskCompleted(false)
@@ -70,4 +70,4 @@ void TaskSynchronizer::taskCompleted()
m_synchronousMutex.unlock();
}
-} // namespace WebCore
+} // namespace blink
« no previous file with comments | « Source/platform/TaskSynchronizer.h ('k') | Source/platform/TestingPlatformSupport.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698