aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/SkString.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/SkString.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/SkString.cpp')
-rw-r--r--src/core/SkString.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/SkString.cpp b/src/core/SkString.cpp
index d93f662da3..af5fa7a58c 100644
--- a/src/core/SkString.cpp
+++ b/src/core/SkString.cpp
@@ -7,7 +7,7 @@
*/
-#include "SkAtomics.h"
+#include "../private/SkAtomics.h"
#include "SkFixed.h"
#include "SkString.h"
#include "SkUtils.h"