Chromium Code Reviews| Index: third_party/WebKit/Source/platform/scheduler/base/enqueue_order.h |
| diff --git a/components/scheduler/base/enqueue_order.h b/third_party/WebKit/Source/platform/scheduler/base/enqueue_order.h |
| similarity index 67% |
| rename from components/scheduler/base/enqueue_order.h |
| rename to third_party/WebKit/Source/platform/scheduler/base/enqueue_order.h |
| index 21001ffc28486c5649e7ca60fd407022cc1dc3dd..6318555718ac07995c56513f46a3c797a4adf019 100644 |
| --- a/components/scheduler/base/enqueue_order.h |
| +++ b/third_party/WebKit/Source/platform/scheduler/base/enqueue_order.h |
| @@ -2,13 +2,14 @@ |
| // Use of this source code is governed by a BSD-style license that can be |
| // found in the LICENSE file. |
| -#ifndef COMPONENTS_SCHEDULER_BASE_ENQUEUE_ORDER_H_ |
| -#define COMPONENTS_SCHEDULER_BASE_ENQUEUE_ORDER_H_ |
| +#ifndef THIRD_PARTY_WEBKIT_SOURCE_PLATFORM_SCHEDULER_BASE_ENQUEUE_ORDER_H_ |
| +#define THIRD_PARTY_WEBKIT_SOURCE_PLATFORM_SCHEDULER_BASE_ENQUEUE_ORDER_H_ |
| #include <stdint.h> |
| #include "base/synchronization/lock.h" |
| +namespace blink { |
| namespace scheduler { |
| namespace internal { |
|
haraken
2016/08/04 01:11:38
I'm not sure if we need to add the blink namespace
Sami
2016/08/04 10:12:41
These things are internal to the "base" part of th
|
| @@ -28,5 +29,6 @@ class EnqueueOrderGenerator { |
| } // namespace internal |
| } // namespace scheduler |
| +} // namespace blink |
| -#endif // COMPONENTS_SCHEDULER_BASE_ENQUEUE_ORDER_H_ |
| +#endif // THIRD_PARTY_WEBKIT_SOURCE_PLATFORM_SCHEDULER_BASE_ENQUEUE_ORDER_H_ |