| Index: content/child/scheduler/cancelable_closure_holder.h
|
| diff --git a/content/renderer/scheduler/cancelable_closure_holder.h b/content/child/scheduler/cancelable_closure_holder.h
|
| similarity index 84%
|
| rename from content/renderer/scheduler/cancelable_closure_holder.h
|
| rename to content/child/scheduler/cancelable_closure_holder.h
|
| index dc11e66b54b9de62a2d94d4d282e0793b15196ee..1e3892cc1b2919caec716b9b472f0577e983ac45 100644
|
| --- a/content/renderer/scheduler/cancelable_closure_holder.h
|
| +++ b/content/child/scheduler/cancelable_closure_holder.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 CONTENT_RENDERER_SCHEDULER_CANCELABLE_CLOSURE_HOLDER_H_
|
| -#define CONTENT_RENDERER_SCHEDULER_CANCELABLE_CLOSURE_HOLDER_H_
|
| +#ifndef CONTENT_CHILD_SCHEDULER_CANCELABLE_CLOSURE_HOLDER_H_
|
| +#define CONTENT_CHILD_SCHEDULER_CANCELABLE_CLOSURE_HOLDER_H_
|
|
|
| #include "base/cancelable_callback.h"
|
|
|
| @@ -36,4 +36,4 @@ class CancelableClosureHolder {
|
|
|
| } // namespace content
|
|
|
| -#endif // CONTENT_RENDERER_SCHEDULER_CANCELABLE_CLOSURE_HOLDER_H_
|
| +#endif // CONTENT_CHILD_SCHEDULER_CANCELABLE_CLOSURE_HOLDER_H_
|
|
|