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

Unified Diff: third_party/WebKit/Source/platform/scheduler/child/scheduler_tqm_delegate_for_test.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/child/scheduler_tqm_delegate_for_test.cc
diff --git a/components/scheduler/child/scheduler_tqm_delegate_for_test.cc b/third_party/WebKit/Source/platform/scheduler/child/scheduler_tqm_delegate_for_test.cc
similarity index 91%
rename from components/scheduler/child/scheduler_tqm_delegate_for_test.cc
rename to third_party/WebKit/Source/platform/scheduler/child/scheduler_tqm_delegate_for_test.cc
index 87b96f663faedd401658624fc3026c9952acaa43..2f9aaa06f5feb69179ca3a21821573b11e245b63 100644
--- a/components/scheduler/child/scheduler_tqm_delegate_for_test.cc
+++ b/third_party/WebKit/Source/platform/scheduler/child/scheduler_tqm_delegate_for_test.cc
@@ -2,14 +2,15 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "components/scheduler/child/scheduler_tqm_delegate_for_test.h"
+#include "platform/scheduler/child/scheduler_tqm_delegate_for_test.h"
#include <utility>
#include "base/bind.h"
#include "base/bind_helpers.h"
-#include "components/scheduler/base/task_queue_manager_delegate_for_test.h"
+#include "platform/scheduler/base/task_queue_manager_delegate_for_test.h"
+namespace blink {
namespace scheduler {
// static
@@ -65,3 +66,4 @@ base::TimeTicks SchedulerTqmDelegateForTest::NowTicks() {
}
} // namespace scheduler
+} // namespace blink

Powered by Google App Engine
This is Rietveld 408576698