| Index: third_party/WebKit/Source/platform/testing/UnitTestHelpers.cpp
|
| diff --git a/third_party/WebKit/Source/platform/testing/UnitTestHelpers.cpp b/third_party/WebKit/Source/platform/testing/UnitTestHelpers.cpp
|
| index 77097c18486d9a3972e86c1770d9bae482234aaa..737a54fbd2b75b6a196afbf3e40f3db38a2827c5 100644
|
| --- a/third_party/WebKit/Source/platform/testing/UnitTestHelpers.cpp
|
| +++ b/third_party/WebKit/Source/platform/testing/UnitTestHelpers.cpp
|
| @@ -83,5 +83,5 @@ void exitRunLoop()
|
| base::MessageLoop::current()->QuitWhenIdle();
|
| }
|
|
|
| -}
|
| -}
|
| +} // namespace testing
|
| +} // namespace blink
|
|
|