summaryrefslogtreecommitdiffstats
path: root/views/layout/layout_manager.h
diff options
context:
space:
mode:
Diffstat (limited to 'views/layout/layout_manager.h')
-rw-r--r--views/layout/layout_manager.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/views/layout/layout_manager.h b/views/layout/layout_manager.h
index 0fb395a..b34499c 100644
--- a/views/layout/layout_manager.h
+++ b/views/layout/layout_manager.h
@@ -6,7 +6,7 @@
#define VIEWS_LAYOUT_MANAGER_H_
#pragma once
-#include "views/views_api.h"
+#include "views/views_export.h"
namespace gfx {
class Size;
@@ -24,7 +24,7 @@ class View;
// the children of a View according to implementation-specific heuristics.
//
/////////////////////////////////////////////////////////////////////////////
-class VIEWS_API LayoutManager {
+class VIEWS_EXPORT LayoutManager {
public:
virtual ~LayoutManager();