| Index: chrome/browser/cocoa/toolbar_controller_unittest.mm
|
| ===================================================================
|
| --- chrome/browser/cocoa/toolbar_controller_unittest.mm (revision 24882)
|
| +++ chrome/browser/cocoa/toolbar_controller_unittest.mm (working copy)
|
| @@ -13,10 +13,11 @@
|
| #include "chrome/common/pref_names.h"
|
| #include "chrome/common/pref_service.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
| +#include "testing/platform_test.h"
|
|
|
| namespace {
|
|
|
| -class ToolbarControllerTest : public testing::Test {
|
| +class ToolbarControllerTest : public PlatformTest {
|
| public:
|
|
|
| // Indexes that match the ordering returned by the private ToolbarController
|
|
|