Index: ui/base/win/touch_input.h |
diff --git a/ui/base/win/touch_input.h b/ui/base/win/touch_input.h |
index dd0d82916b54a60e9bc7117e3b2ebfd2b4fb671a..f113ec5b4634d794cc1aea32beeb3114df237b35 100644 |
--- a/ui/base/win/touch_input.h |
+++ b/ui/base/win/touch_input.h |
@@ -7,16 +7,16 @@ |
#include <windows.h> |
-#include "ui/base/ui_export.h" |
+#include "ui/base/ui_base_export.h" |
namespace ui { |
// Wrapper for GetTouchInputInfo, which is not defined before Win7. For |
// earlier OS's, this function returns FALSE. |
-UI_EXPORT BOOL GetTouchInputInfoWrapper(HTOUCHINPUT handle, |
- UINT count, |
- PTOUCHINPUT pointer, |
- int size); |
+UI_BASE_EXPORT BOOL GetTouchInputInfoWrapper(HTOUCHINPUT handle, |
+ UINT count, |
+ PTOUCHINPUT pointer, |
+ int size); |
} // namespace ui |