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

Unified Diff: base/test/task_runner_test_template.h

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/task_runner_test_template.cc ('k') | base/test/task_runner_test_template.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.h
diff --git a/base/task_runner_test_template.h b/base/test/task_runner_test_template.h
similarity index 97%
rename from base/task_runner_test_template.h
rename to base/test/task_runner_test_template.h
index de347d68d7286b6019710156f6916bfdd2e44793..2080bcdf53171ea58042d0307a4aa3c5cc4ee652 100644
--- a/base/task_runner_test_template.h
+++ b/base/test/task_runner_test_template.h
@@ -48,8 +48,8 @@
//
// Easy!
-#ifndef BASE_TASK_RUNNER_TEST_TEMPLATE_H_
-#define BASE_TASK_RUNNER_TEST_TEMPLATE_H_
+#ifndef BASE_TEST_TASK_RUNNER_TEST_TEMPLATE_H_
+#define BASE_TEST_TASK_RUNNER_TEST_TEMPLATE_H_
#pragma once
#include <cstddef>
@@ -212,4 +212,4 @@ REGISTER_TYPED_TEST_CASE_P(
} // namespace base
-#endif //#define BASE_TASK_RUNNER_TEST_TEMPLATE_H_
+#endif //#define BASE_TEST_TASK_RUNNER_TEST_TEMPLATE_H_
« no previous file with comments | « base/task_runner_test_template.cc ('k') | base/test/task_runner_test_template.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698