Index: ui/base/gtk/gtk_windowing.h |
=================================================================== |
--- ui/base/gtk/gtk_windowing.h (revision 95624) |
+++ ui/base/gtk/gtk_windowing.h (working copy) |
@@ -7,12 +7,12 @@ |
#include <gtk/gtk.h> |
-#include "ui/ui_api.h" |
+#include "ui/base/ui_export.h" |
namespace ui { |
// Stacks a |popup| window directly on top of a |toplevel| window. |
-UI_API void StackPopupWindow(GtkWidget* popup, GtkWidget* toplevel); |
+UI_EXPORT void StackPopupWindow(GtkWidget* popup, GtkWidget* toplevel); |
} // namespace ui |