Index: components/scheduler/base/cancelable_closure_holder.h |
diff --git a/components/scheduler/child/cancelable_closure_holder.h b/components/scheduler/base/cancelable_closure_holder.h |
similarity index 84% |
rename from components/scheduler/child/cancelable_closure_holder.h |
rename to components/scheduler/base/cancelable_closure_holder.h |
index 20968a46096aa5853cc3fb6dcc75dfa198d8cda3..47a277e01ae1e5b19c67c4ed5d782c1bfc4c5b99 100644 |
--- a/components/scheduler/child/cancelable_closure_holder.h |
+++ b/components/scheduler/base/cancelable_closure_holder.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_CANCELABLE_CLOSURE_HOLDER_H_ |
-#define COMPONENTS_SCHEDULER_CHILD_CANCELABLE_CLOSURE_HOLDER_H_ |
+#ifndef COMPONENTS_SCHEDULER_BASE_CANCELABLE_CLOSURE_HOLDER_H_ |
+#define COMPONENTS_SCHEDULER_BASE_CANCELABLE_CLOSURE_HOLDER_H_ |
#include "base/cancelable_callback.h" |
@@ -36,4 +36,4 @@ class CancelableClosureHolder { |
} // namespace scheduler |
-#endif // COMPONENTS_SCHEDULER_CHILD_CANCELABLE_CLOSURE_HOLDER_H_ |
+#endif // COMPONENTS_SCHEDULER_BASE_CANCELABLE_CLOSURE_HOLDER_H_ |