Chromium Code Reviews| Index: src/core/SkRegionPriv.h |
| diff --git a/src/core/SkRegionPriv.h b/src/core/SkRegionPriv.h |
| index 160c55d55501fabd5e014afeabd8e57d16edff45..bde8e289016e56a7f4d77d4600ba17043f58988d 100644 |
| --- a/src/core/SkRegionPriv.h |
| +++ b/src/core/SkRegionPriv.h |
| @@ -11,7 +11,7 @@ |
| #define SkRegionPriv_DEFINED |
| #include "SkRegion.h" |
| -#include "SkAtomics.h" |
| +#include "../private/SkAtomics.h" |
| #define assert_sentinel(value, isSentinel) \ |
| SkASSERT(((value) == SkRegion::kRunTypeSentinel) == isSentinel) |