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

Unified Diff: include/core/SkTLazy.h

Issue 1272293004: Move SkTemplates.h to private. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: It's a struct! Created 5 years, 4 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/SkTArray.h ('k') | include/core/SkTemplates.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: include/core/SkTLazy.h
diff --git a/include/core/SkTLazy.h b/include/core/SkTLazy.h
index 61c2b181accd605632cf932cfdc967145eafd2fc..60d816147f7572840060eb16a02ecd5631e6c44a 100644
--- a/include/core/SkTLazy.h
+++ b/include/core/SkTLazy.h
@@ -8,7 +8,7 @@
#ifndef SkTLazy_DEFINED
#define SkTLazy_DEFINED
-#include "SkTemplates.h"
+#include "../private/SkTemplates.h"
#include "SkTypes.h"
#include <new>
« no previous file with comments | « include/core/SkTArray.h ('k') | include/core/SkTemplates.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698