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

Unified Diff: components/scheduler/base/nestable_task_runner_for_test.cc

Issue 1374653003: scheduler: Add a base directory (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed gn clobber build. Created 5 years, 3 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: components/scheduler/base/nestable_task_runner_for_test.cc
diff --git a/components/scheduler/child/nestable_task_runner_for_test.cc b/components/scheduler/base/nestable_task_runner_for_test.cc
similarity index 87%
rename from components/scheduler/child/nestable_task_runner_for_test.cc
rename to components/scheduler/base/nestable_task_runner_for_test.cc
index 6193d5ea97072287012c7f7433966371096de364..5f20dd4264ecfad9fb6c14ec526035db7dfd640f 100644
--- a/components/scheduler/child/nestable_task_runner_for_test.cc
+++ b/components/scheduler/base/nestable_task_runner_for_test.cc
@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "components/scheduler/child/nestable_task_runner_for_test.h"
+#include "components/scheduler/base/nestable_task_runner_for_test.h"
#include "base/bind.h"
#include "base/bind_helpers.h"
@@ -17,11 +17,9 @@ scoped_refptr<NestableTaskRunnerForTest> NestableTaskRunnerForTest::Create(
NestableTaskRunnerForTest::NestableTaskRunnerForTest(
scoped_refptr<base::SingleThreadTaskRunner> task_runner)
- : task_runner_(task_runner), is_nested_(false) {
-}
+ : task_runner_(task_runner) {}
-NestableTaskRunnerForTest::~NestableTaskRunnerForTest() {
-}
+NestableTaskRunnerForTest::~NestableTaskRunnerForTest() {}
bool NestableTaskRunnerForTest::PostDelayedTask(
const tracked_objects::Location& from_here,
« no previous file with comments | « components/scheduler/base/nestable_task_runner_for_test.h ('k') | components/scheduler/base/pollable_thread_safe_flag.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698