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

Unified Diff: third_party/WebKit/Source/platform/scheduler/child/scheduler_tqm_delegate_for_test.h

Issue 2118903002: scheduler: Move the Blink scheduler into Blink (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebased 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/child/scheduler_tqm_delegate_for_test.h
diff --git a/components/scheduler/child/scheduler_tqm_delegate_for_test.h b/third_party/WebKit/Source/platform/scheduler/child/scheduler_tqm_delegate_for_test.h
similarity index 82%
rename from components/scheduler/child/scheduler_tqm_delegate_for_test.h
rename to third_party/WebKit/Source/platform/scheduler/child/scheduler_tqm_delegate_for_test.h
index aeb2da12ea8b2dbfdd520ae094046be3a8145e6d..939704d987f86bb03cc7c69d5f53588978ecb61d 100644
--- a/components/scheduler/child/scheduler_tqm_delegate_for_test.h
+++ b/third_party/WebKit/Source/platform/scheduler/child/scheduler_tqm_delegate_for_test.h
@@ -2,15 +2,16 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef CONTENT_RENDERER_SCHEDULER_TQM_DELEGATE_FOR_TEST_H_
-#define CONTENT_RENDERER_SCHEDULER_TQM_DELEGATE_FOR_TEST_H_
+#ifndef THIRD_PARTY_WEBKIT_SOURCE_PLATFORM_SCHEDULER_CHILD_SCHEDULER_TQM_DELEGATE_FOR_TEST_H_
+#define THIRD_PARTY_WEBKIT_SOURCE_PLATFORM_SCHEDULER_CHILD_SCHEDULER_TQM_DELEGATE_FOR_TEST_H_
#include <memory>
#include "base/macros.h"
#include "base/test/simple_test_tick_clock.h"
-#include "components/scheduler/child/scheduler_tqm_delegate.h"
+#include "platform/scheduler/child/scheduler_tqm_delegate.h"
+namespace blink {
namespace scheduler {
class TaskQueueManagerDelegateForTest;
@@ -55,5 +56,6 @@ class SchedulerTqmDelegateForTest : public SchedulerTqmDelegate {
};
} // namespace scheduler
+} // namespace blink
-#endif // CONTENT_RENDERER_SCHEDULER_TQM_DELEGATE_FOR_TEST_H_
+#endif // THIRD_PARTY_WEBKIT_SOURCE_PLATFORM_SCHEDULER_CHILD_SCHEDULER_TQM_DELEGATE_FOR_TEST_H_

Powered by Google App Engine
This is Rietveld 408576698