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

Unified Diff: content/test/mock_download_manager.cc

Issue 10069054: RefCounted types should not have public destructors, content/ remaining bits (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebased to Trunk Created 8 years, 7 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 | « content/test/mock_download_manager.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/test/mock_download_manager.cc
diff --git a/content/test/mock_download_manager.cc b/content/test/mock_download_manager.cc
index 405247249e9780b9d94a575ee44ea78fa6bbf68c..3a1c14ce277c75b86ffa67694c4ca2b2eb798e3f 100644
--- a/content/test/mock_download_manager.cc
+++ b/content/test/mock_download_manager.cc
@@ -6,10 +6,8 @@
namespace content {
-MockDownloadManager::MockDownloadManager() {
-}
+MockDownloadManager::MockDownloadManager() {}
-MockDownloadManager::~MockDownloadManager() {
-}
+MockDownloadManager::~MockDownloadManager() {}
}
« no previous file with comments | « content/test/mock_download_manager.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698