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

Unified Diff: third_party/WebKit/Source/platform/scheduler/base/pollable_thread_safe_flag.h

Issue 2118903002: scheduler: Move the Blink scheduler into Blink (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Really fixed the test failure this time Created 4 years, 4 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: third_party/WebKit/Source/platform/scheduler/base/pollable_thread_safe_flag.h
diff --git a/components/scheduler/base/pollable_thread_safe_flag.h b/third_party/WebKit/Source/platform/scheduler/base/pollable_thread_safe_flag.h
similarity index 80%
rename from components/scheduler/base/pollable_thread_safe_flag.h
rename to third_party/WebKit/Source/platform/scheduler/base/pollable_thread_safe_flag.h
index 8e37b6905950709a1f7184b721f6398853f74768..040fdd407768a9d76eeee9993cfc07bfe4298f2b 100644
--- a/components/scheduler/base/pollable_thread_safe_flag.h
+++ b/third_party/WebKit/Source/platform/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_BASE_POLLABLE_THREAD_SAFE_FLAG_H_
-#define COMPONENTS_SCHEDULER_BASE_POLLABLE_THREAD_SAFE_FLAG_H_
+#ifndef THIRD_PARTY_WEBKIT_SOURCE_PLATFORM_SCHEDULER_BASE_POLLABLE_THREAD_SAFE_FLAG_H_
+#define THIRD_PARTY_WEBKIT_SOURCE_PLATFORM_SCHEDULER_BASE_POLLABLE_THREAD_SAFE_FLAG_H_
#include "base/atomicops.h"
#include "base/macros.h"
@@ -33,4 +33,4 @@ class PollableThreadSafeFlag {
DISALLOW_COPY_AND_ASSIGN(PollableThreadSafeFlag);
};
-#endif // COMPONENTS_SCHEDULER_BASE_POLLABLE_THREAD_SAFE_FLAG_H_
+#endif // THIRD_PARTY_WEBKIT_SOURCE_PLATFORM_SCHEDULER_BASE_POLLABLE_THREAD_SAFE_FLAG_H_

Powered by Google App Engine
This is Rietveld 408576698