summaryrefslogtreecommitdiffstats
path: root/ui/gfx/gtk_native_view_id_manager.h
diff options
context:
space:
mode:
Diffstat (limited to 'ui/gfx/gtk_native_view_id_manager.h')
-rw-r--r--ui/gfx/gtk_native_view_id_manager.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ui/gfx/gtk_native_view_id_manager.h b/ui/gfx/gtk_native_view_id_manager.h
index 2fe9b7b..9c207a7 100644
--- a/ui/gfx/gtk_native_view_id_manager.h
+++ b/ui/gfx/gtk_native_view_id_manager.h
@@ -10,8 +10,8 @@
#include "base/memory/singleton.h"
#include "base/synchronization/lock.h"
+#include "ui/base/ui_export.h"
#include "ui/gfx/native_widget_types.h"
-#include "ui/ui_api.h"
typedef unsigned long XID;
struct _GtkPreserveWindow;
@@ -31,7 +31,7 @@ struct _GtkPreserveWindow;
// pointers and observes the various signals from the widget for when an X
// window is created, destroyed etc. Thus it provides a thread safe mapping
// from NativeViewIds to the current XID for that widget.
-class UI_API GtkNativeViewManager {
+class UI_EXPORT GtkNativeViewManager {
public:
// Returns the singleton instance.
static GtkNativeViewManager* GetInstance();