| Index: ui/base/ozone/platform/test/ozone_platform_test.h
|
| diff --git a/ui/base/ozone/platform/test/ozone_platform_test.h b/ui/base/ozone/platform/test/ozone_platform_test.h
|
| index 217a7edcd42874828cecc21ec6abc6c3ecce009c..54eb2c923d6e9377f76beb697c590a5c744c25aa 100644
|
| --- a/ui/base/ozone/platform/test/ozone_platform_test.h
|
| +++ b/ui/base/ozone/platform/test/ozone_platform_test.h
|
| @@ -27,6 +27,9 @@ class OzonePlatformTest : public OzonePlatform {
|
| DISALLOW_COPY_AND_ASSIGN(OzonePlatformTest);
|
| };
|
|
|
| +// Constructor hook for use in ozone_platform_list.cc
|
| +OzonePlatform* CreateOzonePlatformTest();
|
| +
|
| } // namespace ui
|
|
|
| #endif // UI_OZONE_OZONE_PLATFORM_H_
|
|
|