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

Unified Diff: components/scheduler/base/lazy_now.cc

Issue 1374653003: scheduler: Add a base directory (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed gn clobber build. Created 5 years, 3 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: components/scheduler/base/lazy_now.cc
diff --git a/components/scheduler/child/lazy_now.cc b/components/scheduler/base/lazy_now.cc
similarity index 77%
rename from components/scheduler/child/lazy_now.cc
rename to components/scheduler/base/lazy_now.cc
index 04c57bc16a46ca33e5bf0829ef6a41ac492f32bd..411e51b56f49f1a013ba592efcfda651bba8b2e5 100644
--- a/components/scheduler/child/lazy_now.cc
+++ b/components/scheduler/base/lazy_now.cc
@@ -2,9 +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/child/lazy_now.h"
+#include "components/scheduler/base/lazy_now.h"
-#include "components/scheduler/child/task_queue_manager.h"
+#include "components/scheduler/base/task_queue_manager.h"
namespace scheduler {
namespace internal {
« no previous file with comments | « components/scheduler/base/lazy_now.h ('k') | components/scheduler/base/nestable_single_thread_task_runner.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698