aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/SkSharedMutex.cpp
diff options
context:
space:
mode:
authorGravatar herb <herb@google.com>2015-09-28 11:24:13 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2015-09-28 11:24:13 -0700
commite6e41a8a19976a822de36379db23184ff2f28601 (patch)
treea38ffa0ea009999c569795283be068fdd29f6e3b /src/core/SkSharedMutex.cpp
parente8dc3f2f0b55693b8a087cd2c35d1c0d64e21181 (diff)
Move SkAtomics.h to private.
There are no API changes. TBR=reed@google.com BUG=skia: Review URL: https://codereview.chromium.org/1369333004
Diffstat (limited to 'src/core/SkSharedMutex.cpp')
-rw-r--r--src/core/SkSharedMutex.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/SkSharedMutex.cpp b/src/core/SkSharedMutex.cpp
index 203a775190..0db6101ddf 100644
--- a/src/core/SkSharedMutex.cpp
+++ b/src/core/SkSharedMutex.cpp
@@ -7,7 +7,7 @@
#include "SkSharedMutex.h"
-#include "SkAtomics.h"
+#include "../private/SkAtomics.h"
#include "SkTypes.h"
#include "../private/SkSemaphore.h"