Index: components/scheduler/base/pollable_thread_safe_flag.h |
diff --git a/components/scheduler/child/pollable_thread_safe_flag.h b/components/scheduler/base/pollable_thread_safe_flag.h |
similarity index 84% |
rename from components/scheduler/child/pollable_thread_safe_flag.h |
rename to components/scheduler/base/pollable_thread_safe_flag.h |
index cf0564120607fe5388996cea17e1b9e1b6e17102..0f9aa8e632de34c597ee06dda2992fd681682046 100644 |
--- a/components/scheduler/child/pollable_thread_safe_flag.h |
+++ b/components/scheduler/base/pollable_thread_safe_flag.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_POLLABLE_THREAD_SAFE_FLAG_H_ |
-#define COMPONENTS_SCHEDULER_CHILD_POLLABLE_THREAD_SAFE_FLAG_H_ |
+#ifndef COMPONENTS_SCHEDULER_BASE_POLLABLE_THREAD_SAFE_FLAG_H_ |
+#define COMPONENTS_SCHEDULER_BASE_POLLABLE_THREAD_SAFE_FLAG_H_ |
#include "base/atomicops.h" |
#include "base/synchronization/lock.h" |
@@ -32,4 +32,4 @@ class PollableThreadSafeFlag { |
DISALLOW_COPY_AND_ASSIGN(PollableThreadSafeFlag); |
}; |
-#endif // COMPONENTS_SCHEDULER_CHILD_POLLABLE_THREAD_SAFE_FLAG_H_ |
+#endif // COMPONENTS_SCHEDULER_BASE_POLLABLE_THREAD_SAFE_FLAG_H_ |