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

Unified Diff: content/child/scheduler/cancelable_closure_holder.h

Issue 1025323003: Introduce a SchedulerHelper in content/child/scheduler (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 5 years, 9 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
« no previous file with comments | « content/child/scheduler/OWNERS ('k') | content/child/scheduler/cancelable_closure_holder.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_
« no previous file with comments | « content/child/scheduler/OWNERS ('k') | content/child/scheduler/cancelable_closure_holder.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698