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

Unified Diff: components/scheduler/child/web_scheduler_impl.cc

Issue 1058873010: Move blink scheduler implementation into a component (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: updates Created 5 years, 8 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 | « components/scheduler/child/web_scheduler_impl.h ('k') | components/scheduler/child/webthread_base.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/scheduler/child/web_scheduler_impl.cc
diff --git a/content/child/scheduler/web_scheduler_impl.cc b/components/scheduler/child/web_scheduler_impl.cc
similarity index 95%
rename from content/child/scheduler/web_scheduler_impl.cc
rename to components/scheduler/child/web_scheduler_impl.cc
index 25772f853e8530d4abc3604bb54e9f0a9f2cf7a7..710026db92898474767c8d08dd4f12b2867a05d0 100644
--- a/content/child/scheduler/web_scheduler_impl.cc
+++ b/components/scheduler/child/web_scheduler_impl.cc
@@ -2,14 +2,14 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "content/child/scheduler/web_scheduler_impl.h"
+#include "components/scheduler/child/web_scheduler_impl.h"
#include "base/bind.h"
#include "base/single_thread_task_runner.h"
-#include "content/child/scheduler/worker_scheduler.h"
+#include "components/scheduler/child/worker_scheduler.h"
#include "third_party/WebKit/public/platform/WebTraceLocation.h"
-namespace content {
+namespace scheduler {
WebSchedulerImpl::WebSchedulerImpl(
ChildScheduler* child_scheduler,
@@ -103,4 +103,4 @@ void WebSchedulerImpl::postTimerTask(
base::TimeDelta::FromMilliseconds(delayMs));
}
-} // namespace content
+} // namespace scheduler
« no previous file with comments | « components/scheduler/child/web_scheduler_impl.h ('k') | components/scheduler/child/webthread_base.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698