summaryrefslogtreecommitdiffstats
path: root/src/core/ozone/ozone_platform_qt.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/ozone/ozone_platform_qt.h')
-rw-r--r--src/core/ozone/ozone_platform_qt.h8
1 files changed, 2 insertions, 6 deletions
diff --git a/src/core/ozone/ozone_platform_qt.h b/src/core/ozone/ozone_platform_qt.h
index ca1dea917..23629b2eb 100644
--- a/src/core/ozone/ozone_platform_qt.h
+++ b/src/core/ozone/ozone_platform_qt.h
@@ -4,16 +4,12 @@
#ifndef OZONE_PLATFORM_QT_H
#define OZONE_PLATFORM_QT_H
-#if defined(USE_OZONE)
-
-#include "ui/ozone/public/ozone_platform.h"
-
namespace ui {
+class OzonePlatform;
// Constructor hook for use in ozone_platform_list.cc
-OzonePlatform* CreateOzonePlatformQt();
+OzonePlatform *CreateOzonePlatformQt();
} // namespace ui
-#endif // defined(USE_OZONE)
#endif // OZONE_PLATFORM_QT_H