Index: chrome/browser/cocoa/tab_cell_unittest.mm |
=================================================================== |
--- chrome/browser/cocoa/tab_cell_unittest.mm (revision 24882) |
+++ chrome/browser/cocoa/tab_cell_unittest.mm (working copy) |
@@ -8,10 +8,11 @@ |
#import "chrome/browser/cocoa/tab_cell.h" |
#import "chrome/browser/cocoa/cocoa_test_helper.h" |
#include "testing/gtest/include/gtest/gtest.h" |
+#include "testing/platform_test.h" |
namespace { |
-class TabCellTest : public testing::Test { |
+class TabCellTest : public PlatformTest { |
public: |
TabCellTest() { |
NSRect frame = NSMakeRect(0, 0, 50, 30); |