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

Unified Diff: components/scheduler/base/pollable_thread_safe_flag.h

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/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_
« no previous file with comments | « components/scheduler/base/nestable_task_runner_for_test.cc ('k') | components/scheduler/base/pollable_thread_safe_flag.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698