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

Unified Diff: Source/platform/scheduler/SchedulerTest.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/scheduler/Scheduler.cpp ('k') | Source/platform/scroll/FramelessScrollView.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/scheduler/SchedulerTest.cpp
diff --git a/Source/platform/scheduler/SchedulerTest.cpp b/Source/platform/scheduler/SchedulerTest.cpp
index ea542f60300202fd994a997ab7d5d5c069a8ce9d..f4146fda29517858282186b62323384b18765d72 100644
--- a/Source/platform/scheduler/SchedulerTest.cpp
+++ b/Source/platform/scheduler/SchedulerTest.cpp
@@ -11,7 +11,7 @@
#include <gtest/gtest.h>
-using WebCore::Scheduler;
+using blink::Scheduler;
namespace {
@@ -53,7 +53,7 @@ private:
WTF::Deque<OwnPtr<Task> > m_pendingTasks;
};
-class SchedulerTestingPlatformSupport : WebCore::TestingPlatformSupport {
+class SchedulerTestingPlatformSupport : blink::TestingPlatformSupport {
public:
SchedulerTestingPlatformSupport()
: TestingPlatformSupport(TestingPlatformSupport::Config())
« no previous file with comments | « Source/platform/scheduler/Scheduler.cpp ('k') | Source/platform/scroll/FramelessScrollView.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698