Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2338)

Unified Diff: chrome/browser/net/url_fetcher_unittest.cc

Issue 50081: Free unit tests for Mac: BookmarkHTMLWriterTest, BookmarkUtilsTest, (Closed)
Patch Set: Created 11 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/bookmarks/bookmark_utils_unittest.cc ('k') | chrome/chrome.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/net/url_fetcher_unittest.cc
diff --git a/chrome/browser/net/url_fetcher_unittest.cc b/chrome/browser/net/url_fetcher_unittest.cc
index 6ac36149f188e84fcd31d7fb5885ba964193b9b5..bb448132d118eae935ff21cb6da6cb06a9ddaae6 100644
--- a/chrome/browser/net/url_fetcher_unittest.cc
+++ b/chrome/browser/net/url_fetcher_unittest.cc
@@ -333,8 +333,6 @@ void URLFetcherCancelTest::TestContextReleased() {
io_loop_.PostTask(FROM_HERE, new MessageLoop::QuitTask());
}
-} // namespace.
-
TEST_F(URLFetcherTest, SameThreadsTest) {
// Create the fetcher on the main thread. Since IO will happen on the main
// thread, this will test URLFetcher's ability to do everything on one
@@ -462,3 +460,5 @@ TEST_F(URLFetcherCancelTest, ReleasesContext) {
MessageLoop::current()->Run();
}
+
+} // namespace.
« no previous file with comments | « chrome/browser/bookmarks/bookmark_utils_unittest.cc ('k') | chrome/chrome.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698