| Index: ui/views/run_all_unittests.h
|
| diff --git a/ui/views/run_all_unittests.h b/ui/views/run_all_unittests.h
|
| index bb9d97bc0a286314461826ead3c50d5d10d5f35f..ded03f354363584b7ad50f169a2519c0b72c159c 100644
|
| --- a/ui/views/run_all_unittests.h
|
| +++ b/ui/views/run_all_unittests.h
|
| @@ -18,14 +18,12 @@
|
|
|
| namespace views {
|
|
|
| -// TODO(jamescook): Rename this to ViewsTestSuite and rename the file to match.
|
| class ViewTestSuite : public base::TestSuite {
|
| public:
|
| ViewTestSuite(int argc, char** argv);
|
| ~ViewTestSuite() override;
|
|
|
| int RunTests();
|
| - int RunTestsSerially();
|
|
|
| protected:
|
| // base::TestSuite:
|
|
|