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

Unified Diff: base/test/task_runner_test_template.cc

Issue 9657025: Move task_runner_test_template.* into base/test and test_support_base (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 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 | « base/test/task_runner_test_template.h ('k') | base/threading/sequenced_worker_pool_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/test/task_runner_test_template.cc
diff --git a/base/task_runner_test_template.cc b/base/test/task_runner_test_template.cc
similarity index 94%
rename from base/task_runner_test_template.cc
rename to base/test/task_runner_test_template.cc
index 03729ee355b577f0e79185bec12f14205d126d3f..239a99f142f4a861ceb713f4c1cb530d18f9ba1b 100644
--- a/base/task_runner_test_template.cc
+++ b/base/test/task_runner_test_template.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 "base/task_runner_test_template.h"
+#include "base/test/task_runner_test_template.h"
namespace base {
« no previous file with comments | « base/test/task_runner_test_template.h ('k') | base/threading/sequenced_worker_pool_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698