Index: src/core/SkSharedMutex.h |
diff --git a/src/core/SkSharedMutex.h b/src/core/SkSharedMutex.h |
index 9660adf0eb4084093801867033838db045cc40d3..ea948d3f6c90bdf03cce8be77c609b32f541f5c5 100644 |
--- a/src/core/SkSharedMutex.h |
+++ b/src/core/SkSharedMutex.h |
@@ -14,7 +14,7 @@ |
#ifdef SK_DEBUG |
#include "SkMutex.h" |
- #include "../private/SkUniquePtr.h" |
+ #include "SkUniquePtr.h" |
#endif // SK_DEBUG |
// There are two shared lock implementations one debug the other is high performance. They implement |