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

Unified Diff: chrome/browser/cocoa/status_bubble_mac_unittest.mm

Issue 178037: Make all of our unit tests be PlatformTests to get an autorelease pool.... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 11 years, 4 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
Index: chrome/browser/cocoa/status_bubble_mac_unittest.mm
===================================================================
--- chrome/browser/cocoa/status_bubble_mac_unittest.mm (revision 24882)
+++ chrome/browser/cocoa/status_bubble_mac_unittest.mm (working copy)
@@ -10,6 +10,7 @@
#include "chrome/browser/cocoa/status_bubble_mac.h"
#include "googleurl/src/gurl.h"
#include "testing/gtest/include/gtest/gtest.h"
+#include "testing/platform_test.h"
#import "third_party/GTM/AppKit/GTMTheme.h"
@interface StatusBubbleMacTestWindowDelegate : NSObject <GTMThemeDelegate>;
@@ -21,7 +22,7 @@
}
@end
-class StatusBubbleMacTest : public testing::Test {
+class StatusBubbleMacTest : public PlatformTest {
public:
StatusBubbleMacTest() {
NSWindow* window = cocoa_helper_.window();

Powered by Google App Engine
This is Rietveld 408576698