| Index: cc/base/index_rect.h
|
| diff --git a/cc/base/index_rect.h b/cc/base/index_rect.h
|
| index d6d2d917828b33d4f2a8b7169c1e7a8b61d4b8c2..ea252833eab3617ad1d819a90915234a2152c4eb 100644
|
| --- a/cc/base/index_rect.h
|
| +++ b/cc/base/index_rect.h
|
| @@ -7,7 +7,7 @@
|
|
|
| #include <string>
|
|
|
| -#include "cc/base/cc_export.h"
|
| +#include "cc/base/base_export.h"
|
|
|
| namespace cc {
|
|
|
| @@ -58,7 +58,7 @@ namespace cc {
|
| // ├───┼───┼───┼───┼───┤
|
| // 4 │ │ │ │ │ │
|
| // └───┴───┴───┴───┴───┘
|
| -class CC_EXPORT IndexRect {
|
| +class CC_BASE_EXPORT IndexRect {
|
| public:
|
| constexpr IndexRect(int left, int right, int top, int bottom)
|
| : left_(left), right_(right), top_(top), bottom_(bottom) {}
|
|
|