aboutsummaryrefslogtreecommitdiffhomepage
path: root/bench/RefCntBench.cpp
diff options
context:
space:
mode:
authorGravatar herb <herb@google.com>2015-09-29 11:47:45 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2015-09-29 11:47:45 -0700
commit62a69c26b3a34c259918d6c97b4dea76b6285b67 (patch)
tree833cdd358618557089590ffc3beb15209d7fa3db /bench/RefCntBench.cpp
parent05302f8f24cf0254e1fa713fbfc766387505e511 (diff)
Move Mutexy things to private.
There is no API change. TBR=reed@google.com BUG=skia: Review URL: https://codereview.chromium.org/1368333004
Diffstat (limited to 'bench/RefCntBench.cpp')
-rw-r--r--bench/RefCntBench.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/bench/RefCntBench.cpp b/bench/RefCntBench.cpp
index 1168055e5b..313e9a484b 100644
--- a/bench/RefCntBench.cpp
+++ b/bench/RefCntBench.cpp
@@ -6,7 +6,7 @@
*/
#include <memory>
#include "Benchmark.h"
-#include "../private/SkAtomics.h"
+#include "SkAtomics.h"
#include "SkRefCnt.h"
#include "SkWeakRefCnt.h"