diff options
-rw-r--r-- | content/test/browser_test.h | 2 | ||||
-rw-r--r-- | content/test/browser_test_base.cc | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/content/test/browser_test.h b/content/test/browser_test.h index 5c0d9ca..50a7f27 100644 --- a/content/test/browser_test.h +++ b/content/test/browser_test.h @@ -80,4 +80,4 @@ void GTEST_TEST_CLASS_NAME_(test_case_name, test_name)::RunTestOnMainThread() #endif // defined(HAS_OUT_OF_PROC_TEST_RUNNER) -#endif // CONTENT_TEST_BROWSER_TEST_H_
\ No newline at end of file +#endif // CONTENT_TEST_BROWSER_TEST_H_ diff --git a/content/test/browser_test_base.cc b/content/test/browser_test_base.cc index 9a63db0..57ca142 100644 --- a/content/test/browser_test_base.cc +++ b/content/test/browser_test_base.cc @@ -44,4 +44,4 @@ void BrowserTestBase::TearDown() { void BrowserTestBase::ProxyRunTestOnMainThreadLoop() { RunTestOnMainThreadLoop(); -}
\ No newline at end of file +} |