Chromium Code Reviews| Index: third_party/WebKit/Source/platform/scheduler/base/cancelable_closure_holder.h |
| diff --git a/components/scheduler/base/cancelable_closure_holder.h b/third_party/WebKit/Source/platform/scheduler/base/cancelable_closure_holder.h |
| similarity index 78% |
| rename from components/scheduler/base/cancelable_closure_holder.h |
| rename to third_party/WebKit/Source/platform/scheduler/base/cancelable_closure_holder.h |
| index 5254cd490a53da3c14a17345dab4b869bd1d2ebd..53ec6760ba79d9fcbb62ad1b7a776a5a38d6362f 100644 |
| --- a/components/scheduler/base/cancelable_closure_holder.h |
| +++ b/third_party/WebKit/Source/platform/scheduler/base/cancelable_closure_holder.h |
| @@ -2,12 +2,13 @@ |
| // Use of this source code is governed by a BSD-style license that can be |
| // found in the LICENSE file. |
| -#ifndef COMPONENTS_SCHEDULER_BASE_CANCELABLE_CLOSURE_HOLDER_H_ |
| -#define COMPONENTS_SCHEDULER_BASE_CANCELABLE_CLOSURE_HOLDER_H_ |
| +#ifndef THIRD_PARTY_WEBKIT_SOURCE_PLATFORM_SCHEDULER_BASE_CANCELABLE_CLOSURE_HOLDER_H_ |
|
haraken
2016/08/04 01:11:38
Is there any reason you wanted to add the THIRD_PA
Sami
2016/08/04 10:12:41
Assuming we're following Chromium style here I thi
|
| +#define THIRD_PARTY_WEBKIT_SOURCE_PLATFORM_SCHEDULER_BASE_CANCELABLE_CLOSURE_HOLDER_H_ |
| #include "base/cancelable_callback.h" |
| #include "base/macros.h" |
| +namespace blink { |
| namespace scheduler { |
| // A CancelableClosureHolder is a CancelableCallback which resets its wrapped |
| @@ -36,5 +37,6 @@ class CancelableClosureHolder { |
| }; |
| } // namespace scheduler |
| +} // namespace blink |
| -#endif // COMPONENTS_SCHEDULER_BASE_CANCELABLE_CLOSURE_HOLDER_H_ |
| +#endif // THIRD_PARTY_WEBKIT_SOURCE_PLATFORM_SCHEDULER_BASE_CANCELABLE_CLOSURE_HOLDER_H_ |