Index: cc/base/invalidation_region.h |
diff --git a/cc/base/invalidation_region.h b/cc/base/invalidation_region.h |
index a9a0762bb445390482afea6a06037e257730c649..1c137e89b0c1267fc8f204744b6519308a018370 100644 |
--- a/cc/base/invalidation_region.h |
+++ b/cc/base/invalidation_region.h |
@@ -7,7 +7,7 @@ |
#include <vector> |
-#include "cc/base/cc_export.h" |
+#include "cc/base/base_export.h" |
#include "cc/base/region.h" |
#include "ui/gfx/geometry/rect.h" |
@@ -16,7 +16,7 @@ namespace cc { |
// This class behaves similarly to Region, but it may have false positives. That |
// is, InvalidationRegion can be simplified to encompass a larger area than the |
// collection of rects unioned. |
-class CC_EXPORT InvalidationRegion { |
+class CC_BASE_EXPORT InvalidationRegion { |
public: |
InvalidationRegion(); |
~InvalidationRegion(); |