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

Unified Diff: base/test/task_runner_test_template.cc

Issue 1705943002: TaskScheduler [5/9] Task Tracker (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@s_3_pq
Patch Set: fix PostTask comment Created 4 years, 10 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: base/test/task_runner_test_template.cc
diff --git a/base/test/task_runner_test_template.cc b/base/test/task_runner_test_template.cc
index b756203c44d751bc16f954544ac06960b41fba4b..a654cd548bd8bf5ab0da381710b81fffe93c63fb 100644
--- a/base/test/task_runner_test_template.cc
+++ b/base/test/task_runner_test_template.cc
@@ -6,7 +6,7 @@
namespace base {
-namespace internal {
+namespace testing {
TaskTracker::TaskTracker() : task_runs_(0), task_runs_cv_(&lock_) {}
@@ -43,6 +43,6 @@ void ExpectRunsTasksOnCurrentThread(
EXPECT_EQ(expected_value, task_runner->RunsTasksOnCurrentThread());
}
-} // namespace internal
+} // namespace testing
} // namespace base

Powered by Google App Engine
This is Rietveld 408576698