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

Unified Diff: testing/platform_test.h

Issue 11038058: Change visibility of the destructor to public. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 8 years, 2 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: testing/platform_test.h
diff --git a/testing/platform_test.h b/testing/platform_test.h
index f10a938ab63ea851c8afe6236455330a51d59848..04fc845bd99bb1f19421834ee0ca6371eee37ef3 100644
--- a/testing/platform_test.h
+++ b/testing/platform_test.h
@@ -20,9 +20,11 @@ class NSAutoreleasePool;
// implemented on the Mac. To enable this for another platform, just adjust
// the #ifdefs and add a platform_test_<platform>.cc implementation file.
class PlatformTest : public testing::Test {
+ public:
+ virtual ~PlatformTest();
+
protected:
PlatformTest();
- virtual ~PlatformTest();
private:
NSAutoreleasePool* pool_;
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698