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

Side by Side Diff: base/test/parallel_test_launcher.h

Issue 23484036: Add newlines to the end of files where they were missing (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase Created 7 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « base/barrier_closure.cc ('k') | base/test/power_monitor_test_base.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright 2013 The Chromium Authors. All rights reserved. 1 // Copyright 2013 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #ifndef BASE_TEST_PARALLEL_TEST_LAUNCHER_H_ 5 #ifndef BASE_TEST_PARALLEL_TEST_LAUNCHER_H_
6 #define BASE_TEST_PARALLEL_TEST_LAUNCHER_H_ 6 #define BASE_TEST_PARALLEL_TEST_LAUNCHER_H_
7 7
8 #include <map> 8 #include <map>
9 #include <string> 9 #include <string>
10 10
(...skipping 67 matching lines...) Expand 10 before | Expand all | Expand 10 after
78 78
79 // Make sure we don't accidentally call the wrong methods e.g. on the worker 79 // Make sure we don't accidentally call the wrong methods e.g. on the worker
80 // pool thread. With lots of callbacks used this is non-trivial. 80 // pool thread. With lots of callbacks used this is non-trivial.
81 ThreadChecker thread_checker_; 81 ThreadChecker thread_checker_;
82 82
83 DISALLOW_COPY_AND_ASSIGN(ParallelTestLauncher); 83 DISALLOW_COPY_AND_ASSIGN(ParallelTestLauncher);
84 }; 84 };
85 85
86 } // namespace base 86 } // namespace base
87 87
88 #endif // BASE_TEST_PARALLEL_TEST_LAUNCHER_H_ 88 #endif // BASE_TEST_PARALLEL_TEST_LAUNCHER_H_
OLDNEW
« no previous file with comments | « base/barrier_closure.cc ('k') | base/test/power_monitor_test_base.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698