summaryrefslogtreecommitdiff
path: root/chromium/ui/base/win/lock_state.h
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/ui/base/win/lock_state.h')
-rw-r--r--chromium/ui/base/win/lock_state.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/chromium/ui/base/win/lock_state.h b/chromium/ui/base/win/lock_state.h
index 02a7a2d72df..c596b5a2e08 100644
--- a/chromium/ui/base/win/lock_state.h
+++ b/chromium/ui/base/win/lock_state.h
@@ -5,12 +5,12 @@
#ifndef UI_BASE_WIN_LOCK_STATE_H_
#define UI_BASE_WIN_LOCK_STATE_H_
-#include "ui/base/ui_base_export.h"
+#include "base/component_export.h"
namespace ui {
// Returns true if the screen is currently locked.
-UI_BASE_EXPORT bool IsWorkstationLocked();
+COMPONENT_EXPORT(UI_BASE) bool IsWorkstationLocked();
} // namespace ui