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

Unified Diff: tools/skdiff.h

Issue 1707213002: Move SkTDArray to private. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 4 years, 10 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 | « tools/flags/SkCommandLineFlags.h ('k') | tools/skdiff_main.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/skdiff.h
diff --git a/tools/skdiff.h b/tools/skdiff.h
index e508275eeb12cbc3ba0ecacd7edf282f0993bf41..eec5133eb395c1d0c535f81c4b75b2dd95d0ee1c 100644
--- a/tools/skdiff.h
+++ b/tools/skdiff.h
@@ -12,7 +12,7 @@
#include "SkColor.h"
#include "SkColorPriv.h"
#include "SkString.h"
-#include "SkTDArray.h"
+#include "../private/SkTDArray.h"
#if defined(SK_BUILD_FOR_WIN32)
#define PATH_DIV_STR "\\"
« no previous file with comments | « tools/flags/SkCommandLineFlags.h ('k') | tools/skdiff_main.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698