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

Unified Diff: third_party/WebKit/Source/platform/scheduler/base/long_task_tracker.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/long_task_tracker.cc
diff --git a/components/scheduler/base/long_task_tracker.cc b/third_party/WebKit/Source/platform/scheduler/base/long_task_tracker.cc
similarity index 88%
rename from components/scheduler/base/long_task_tracker.cc
rename to third_party/WebKit/Source/platform/scheduler/base/long_task_tracker.cc
index e3d6a393355141fff103c82c69d62b990665bc9a..a7a65acca22914db839f0f5982eaa61417408f39 100644
--- a/components/scheduler/base/long_task_tracker.cc
+++ b/third_party/WebKit/Source/platform/scheduler/base/long_task_tracker.cc
@@ -2,8 +2,9 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "components/scheduler/base/long_task_tracker.h"
+#include "platform/scheduler/base/long_task_tracker.h"
+namespace blink {
namespace scheduler {
namespace {
@@ -26,3 +27,4 @@ LongTaskTracker::LongTaskTiming LongTaskTracker::GetLongTaskTiming() {
}
} // namespace scheduler
+} // namespace blink

Powered by Google App Engine
This is Rietveld 408576698