| Index: mojo/public/cpp/utility/tests/run_loop_unittest.cc
|
| diff --git a/mojo/public/cpp/utility/tests/run_loop_unittest.cc b/mojo/public/cpp/utility/tests/run_loop_unittest.cc
|
| index c29cc72909e370590c09b98f9783f589a691b341..5b1561f46b6d36460c5e1a48d169e7981e6597dd 100644
|
| --- a/mojo/public/cpp/utility/tests/run_loop_unittest.cc
|
| +++ b/mojo/public/cpp/utility/tests/run_loop_unittest.cc
|
| @@ -190,7 +190,6 @@ TEST_F(RunLoopTest, Current) {
|
| EXPECT_TRUE(RunLoop::current() == NULL);
|
| }
|
|
|
| -
|
| class NestingRunLoopHandler : public TestRunLoopHandler {
|
| public:
|
| static const size_t kDepthLimit;
|
|
|