Chromium Code Reviews| Index: test/cctest/cctest.h |
| =================================================================== |
| --- test/cctest/cctest.h (revision 10404) |
| +++ test/cctest/cctest.h (working copy) |
| @@ -104,7 +104,7 @@ |
| FOURTH_PART, |
| LAST_PART = FOURTH_PART }; |
| - static void Setup(PartOfTest part); |
| + static void SetUp(PartOfTest part); |
| static void RunAllTests(); |
| static void TearDown(); |
| // This method switches threads if we are running the Threading test. |