| Index: chrome/browser/cocoa/sad_tab_view_unittest.mm
|
| ===================================================================
|
| --- chrome/browser/cocoa/sad_tab_view_unittest.mm (revision 24882)
|
| +++ chrome/browser/cocoa/sad_tab_view_unittest.mm (working copy)
|
| @@ -8,10 +8,11 @@
|
| #import "chrome/browser/cocoa/sad_tab_view.h"
|
| #import "chrome/browser/cocoa/cocoa_test_helper.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
| +#include "testing/platform_test.h"
|
|
|
| namespace {
|
|
|
| -class SadTabViewTest : public testing::Test {
|
| +class SadTabViewTest : public PlatformTest {
|
| public:
|
| SadTabViewTest() {
|
| NSRect content_frame = [cocoa_helper_.contentView() frame];
|
|
|