| Index: ui/views/test/platform_test_helper.h
|
| diff --git a/ui/views/test/platform_test_helper.h b/ui/views/test/platform_test_helper.h
|
| index 5bfd08be03a22daae70241db7a965af57f33a3fc..7815177d10536c1989eb56d204926c7022ee8a8b 100644
|
| --- a/ui/views/test/platform_test_helper.h
|
| +++ b/ui/views/test/platform_test_helper.h
|
| @@ -18,7 +18,8 @@ class PlatformTestHelper {
|
|
|
| static std::unique_ptr<PlatformTestHelper> Create();
|
|
|
| - virtual bool IsMus() const = 0;
|
| + // Static so it can be called before Create().
|
| + static bool IsMus();
|
|
|
| private:
|
| DISALLOW_COPY_AND_ASSIGN(PlatformTestHelper);
|
|
|