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

Unified Diff: third_party/WebKit/Source/platform/scheduler/base/real_time_domain.cc

Issue 2118903002: scheduler: Move the Blink scheduler into Blink (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebased Created 4 years, 4 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: third_party/WebKit/Source/platform/scheduler/base/real_time_domain.cc
diff --git a/components/scheduler/base/real_time_domain.cc b/third_party/WebKit/Source/platform/scheduler/base/real_time_domain.cc
similarity index 89%
rename from components/scheduler/base/real_time_domain.cc
rename to third_party/WebKit/Source/platform/scheduler/base/real_time_domain.cc
index a452b978e9179cdec412463837625846cc7dbbdf..80f18b998d923b8c4b8eb22719be8c42e99f6da4 100644
--- a/components/scheduler/base/real_time_domain.cc
+++ b/third_party/WebKit/Source/platform/scheduler/base/real_time_domain.cc
@@ -2,13 +2,14 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "components/scheduler/base/real_time_domain.h"
+#include "platform/scheduler/base/real_time_domain.h"
#include "base/bind.h"
-#include "components/scheduler/base/task_queue_impl.h"
-#include "components/scheduler/base/task_queue_manager.h"
-#include "components/scheduler/base/task_queue_manager_delegate.h"
+#include "platform/scheduler/base/task_queue_impl.h"
+#include "platform/scheduler/base/task_queue_manager.h"
+#include "platform/scheduler/base/task_queue_manager_delegate.h"
+namespace blink {
namespace scheduler {
RealTimeDomain::RealTimeDomain(const char* tracing_category)
@@ -71,3 +72,4 @@ const char* RealTimeDomain::GetName() const {
return "RealTimeDomain";
}
} // namespace scheduler
+} // namespace blink

Powered by Google App Engine
This is Rietveld 408576698