Index: components/scheduler/base/lazy_now.h |
diff --git a/components/scheduler/child/lazy_now.h b/components/scheduler/base/lazy_now.h |
similarity index 84% |
rename from components/scheduler/child/lazy_now.h |
rename to components/scheduler/base/lazy_now.h |
index d8194d44ef37b4828b13868b7f1b01470b497b10..db5f05948ea3b672e154967d260f6381f4911386 100644 |
--- a/components/scheduler/child/lazy_now.h |
+++ b/components/scheduler/base/lazy_now.h |
@@ -2,8 +2,8 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#ifndef COMPONENTS_SCHEDULER_CHILD_LAZY_NOW_H_ |
-#define COMPONENTS_SCHEDULER_CHILD_LAZY_NOW_H_ |
+#ifndef COMPONENTS_SCHEDULER_BASE_LAZY_NOW_H_ |
+#define COMPONENTS_SCHEDULER_BASE_LAZY_NOW_H_ |
#include "base/time/time.h" |
@@ -34,4 +34,4 @@ class LazyNow { |
} // namespace internal |
} // namespace scheduler |
-#endif // COMPONENTS_SCHEDULER_CHILD_LAZY_NOW_H_ |
+#endif // COMPONENTS_SCHEDULER_BASE_LAZY_NOW_H_ |