Index: cc/base/simple_enclosed_region.h |
diff --git a/cc/base/simple_enclosed_region.h b/cc/base/simple_enclosed_region.h |
index e7bb9952eb3ff557095ceb1ee7b60540960d2a75..51c137a44e9615b9fca37e7320103fd3539f0735 100644 |
--- a/cc/base/simple_enclosed_region.h |
+++ b/cc/base/simple_enclosed_region.h |
@@ -9,7 +9,7 @@ |
#include <string> |
-#include "cc/base/cc_export.h" |
+#include "cc/base/base_export.h" |
#include "ui/gfx/geometry/rect.h" |
namespace cc { |
@@ -19,7 +19,7 @@ class Region; |
// A constant-sized approximation of a Region. The SimpleEnclosedRegion may |
// exclude points in its approximation (may have false negatives) but will never |
// include a point that would not be in the actual Region (no false positives). |
-class CC_EXPORT SimpleEnclosedRegion { |
+class CC_BASE_EXPORT SimpleEnclosedRegion { |
public: |
SimpleEnclosedRegion() : rect_() {} |
SimpleEnclosedRegion(const SimpleEnclosedRegion& region) |