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

Unified Diff: chrome/browser/cocoa/tab_strip_controller_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/tab_strip_controller_unittest.mm
===================================================================
--- chrome/browser/cocoa/tab_strip_controller_unittest.mm (revision 24882)
+++ chrome/browser/cocoa/tab_strip_controller_unittest.mm (working copy)
@@ -9,6 +9,7 @@
#import "chrome/browser/cocoa/tab_strip_controller.h"
#include "chrome/browser/tab_contents/tab_contents.h"
#include "testing/gtest/include/gtest/gtest.h"
+#include "testing/platform_test.h"
namespace {
@@ -57,7 +58,7 @@
virtual bool CanCloseContentsAt(int index) { return true; }
};
-class TabStripControllerTest : public testing::Test {
+class TabStripControllerTest : public PlatformTest {
public:
TabStripControllerTest() {
NSView* parent = cocoa_helper_.contentView();

Powered by Google App Engine
This is Rietveld 408576698