aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests
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 /tests
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 'tests')
-rw-r--r--tests/AtomicTest.cpp2
-rw-r--r--tests/skia_test.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/AtomicTest.cpp b/tests/AtomicTest.cpp
index e9db3f093d..aad0969f9a 100644
--- a/tests/AtomicTest.cpp
+++ b/tests/AtomicTest.cpp
@@ -5,7 +5,7 @@
* found in the LICENSE file.
*/
-#include "SkAtomics.h"
+#include "../private/SkAtomics.h"
#include "SkThreadUtils.h"
#include "SkTypes.h"
#include "Test.h"
diff --git a/tests/skia_test.cpp b/tests/skia_test.cpp
index dc5ae97c3f..42309355e2 100644
--- a/tests/skia_test.cpp
+++ b/tests/skia_test.cpp
@@ -8,7 +8,7 @@
#include "CrashHandler.h"
#include "OverwriteLine.h"
#include "Resources.h"
-#include "SkAtomics.h"
+#include "../private/SkAtomics.h"
#include "SkCommonFlags.h"
#include "SkGraphics.h"
#include "SkOSFile.h"