Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(204)

Unified Diff: include/core/SkSpinlock.h

Issue 1369333004: Move SkAtomics.h to private. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 5 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « include/core/SkRefCnt.h ('k') | include/private/SkAtomics.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: include/core/SkSpinlock.h
diff --git a/include/core/SkSpinlock.h b/include/core/SkSpinlock.h
index 82a2841db6750c9f12c37e62ad9215e27aadc39e..ef52ab013a0d08c6ea5f3f7d7d2d57f20c8483a7 100644
--- a/include/core/SkSpinlock.h
+++ b/include/core/SkSpinlock.h
@@ -10,7 +10,7 @@
#ifndef SkSpinlock_DEFINED
#define SkSpinlock_DEFINED
-#include "SkAtomics.h"
+#include "../private/SkAtomics.h"
#define SK_DECLARE_STATIC_SPINLOCK(name) namespace {} static SkPODSpinlock name
« no previous file with comments | « include/core/SkRefCnt.h ('k') | include/private/SkAtomics.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698