summaryrefslogtreecommitdiff
path: root/chromium/ui/base/win/hidden_window.h
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/ui/base/win/hidden_window.h')
-rw-r--r--chromium/ui/base/win/hidden_window.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/chromium/ui/base/win/hidden_window.h b/chromium/ui/base/win/hidden_window.h
index 6cc2fd0dd6d..8524f1dafe4 100644
--- a/chromium/ui/base/win/hidden_window.h
+++ b/chromium/ui/base/win/hidden_window.h
@@ -7,13 +7,13 @@
#include <windows.h>
-#include "ui/base/ui_base_export.h"
+#include "base/component_export.h"
namespace ui {
// Returns an HWND that can be used as a temporary parent. The returned HWND is
// never destroyed.
-UI_BASE_EXPORT HWND GetHiddenWindow();
+COMPONENT_EXPORT(UI_BASE) HWND GetHiddenWindow();
} // namespace ui