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

Unified Diff: tools/flags/SkCommandLineFlags.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 | « include/xml/SkXMLWriter.h ('k') | tools/skdiff.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/flags/SkCommandLineFlags.h
diff --git a/tools/flags/SkCommandLineFlags.h b/tools/flags/SkCommandLineFlags.h
index a2d3ba97e71f5025d9bd0ee42f9d0ee7affbac85..78919c1ec6d47ddd5c58362c2ea8ff2b08149da6 100644
--- a/tools/flags/SkCommandLineFlags.h
+++ b/tools/flags/SkCommandLineFlags.h
@@ -9,8 +9,8 @@
#define SK_COMMAND_LINE_FLAGS_H
#include "../private/SkTArray.h"
+#include "../private/SkTDArray.h"
#include "SkString.h"
-#include "SkTDArray.h"
/**
* Including this file (and compiling SkCommandLineFlags.cpp) provides command line
« no previous file with comments | « include/xml/SkXMLWriter.h ('k') | tools/skdiff.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698