| Index: ui/ozone/platform/test/ozone_platform_test.h
|
| diff --git a/ui/ozone/platform/test/ozone_platform_test.h b/ui/ozone/platform/test/ozone_platform_test.h
|
| index c86aec33afd32e6666f9ff48a164209753fab881..bb199a3be67b13c06da6267e27157387e2d074fa 100644
|
| --- a/ui/ozone/platform/test/ozone_platform_test.h
|
| +++ b/ui/ozone/platform/test/ozone_platform_test.h
|
| @@ -7,7 +7,7 @@
|
|
|
| #include "base/files/file_path.h"
|
| #include "ui/events/ozone/evdev/event_factory.h"
|
| -#include "ui/gfx/ozone/impl/file_surface_factory_ozone.h"
|
| +#include "ui/gfx/ozone/impl/file_surface_factory.h"
|
| #include "ui/ozone/ozone_platform.h"
|
|
|
| namespace ui {
|
| @@ -24,7 +24,7 @@ class OzonePlatformTest : public OzonePlatform {
|
| virtual ui::EventFactoryOzone* GetEventFactoryOzone() OVERRIDE;
|
|
|
| private:
|
| - gfx::FileSurfaceFactoryOzone surface_factory_ozone_;
|
| + gfx::FileSurfaceFactory surface_factory_ozone_;
|
| ui::EventFactoryEvdev event_factory_ozone_;
|
|
|
| DISALLOW_COPY_AND_ASSIGN(OzonePlatformTest);
|
|
|