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

Unified Diff: third_party/WebKit/Source/platform/scheduler/renderer/user_model.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/renderer/user_model.cc
diff --git a/components/scheduler/renderer/user_model.cc b/third_party/WebKit/Source/platform/scheduler/renderer/user_model.cc
similarity index 98%
rename from components/scheduler/renderer/user_model.cc
rename to third_party/WebKit/Source/platform/scheduler/renderer/user_model.cc
index c71e86c21d8e20f63ab20981964971f4639a08d4..a288c1b83c08b2b7a37c88d821a257c38cee9627 100644
--- a/components/scheduler/renderer/user_model.cc
+++ b/third_party/WebKit/Source/platform/scheduler/renderer/user_model.cc
@@ -2,10 +2,11 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "components/scheduler/renderer/user_model.h"
+#include "platform/scheduler/renderer/user_model.h"
#include "base/metrics/histogram_macros.h"
+namespace blink {
namespace scheduler {
namespace {
@@ -220,3 +221,4 @@ void UserModel::AsValueInto(base::trace_event::TracedValue* state) const {
}
} // namespace scheduler
+} // namespace blink

Powered by Google App Engine
This is Rietveld 408576698