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

Unified Diff: tools/skdiff_main.cpp

Issue 1558923002: move SkTDict and SkTSearch into private (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 4 years, 12 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/views/SkViewInflate.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/skdiff_main.cpp
diff --git a/tools/skdiff_main.cpp b/tools/skdiff_main.cpp
index 00bcdfcda04687bb0eff69114f10d3ac8608c51d..bc8c3822fd59347e7345a7fde22f7f9cd14997d9 100644
--- a/tools/skdiff_main.cpp
+++ b/tools/skdiff_main.cpp
@@ -15,7 +15,7 @@
#include "SkOSFile.h"
#include "SkStream.h"
#include "SkTDArray.h"
-#include "SkTSearch.h"
+#include "../private/SkTSearch.h"
#include <stdlib.h>
« no previous file with comments | « include/views/SkViewInflate.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698