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

Unified Diff: include/private/SkOncePtr.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/private/SkAtomics.h ('k') | include/private/SkSemaphore.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: include/private/SkOncePtr.h
diff --git a/include/private/SkOncePtr.h b/include/private/SkOncePtr.h
index a1c028c4af47791212fa3f847ce33df204933ee5..261f9a7ef4a9b871bb2d62ec9fdfef3d436aaf35 100644
--- a/include/private/SkOncePtr.h
+++ b/include/private/SkOncePtr.h
@@ -8,7 +8,7 @@
#ifndef SkOncePtr_DEFINED
#define SkOncePtr_DEFINED
-#include "SkAtomics.h"
+#include "../private/SkAtomics.h"
#include "SkUniquePtr.h"
template <typename T> class SkBaseOncePtr;
« no previous file with comments | « include/private/SkAtomics.h ('k') | include/private/SkSemaphore.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698