Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(23)

Unified Diff: ui/ozone/platform/test/ozone_platform_test.h

Issue 49303002: [Ozone] Rename software implementation files to use Dri prefix (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix ifdef Created 7 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ui/ozone/platform/dri/ozone_platform_dri.h ('k') | ui/ui_unittests.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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);
« no previous file with comments | « ui/ozone/platform/dri/ozone_platform_dri.h ('k') | ui/ui_unittests.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698