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

Unified Diff: tools/flags/SkCommonFlags.h

Issue 1702073002: Move SkTArray to include/private. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Fix kilobench. 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') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/flags/SkCommonFlags.h
diff --git a/tools/flags/SkCommonFlags.h b/tools/flags/SkCommonFlags.h
index 8e00e7516c14419d8fee650e540fc38d96fe6cc9..1f7bbffe6e9bb2fee9469436e56c395404d0e471 100644
--- a/tools/flags/SkCommonFlags.h
+++ b/tools/flags/SkCommonFlags.h
@@ -8,8 +8,8 @@
#ifndef SK_COMMON_FLAGS_H
#define SK_COMMON_FLAGS_H
+#include "../private/SkTArray.h"
#include "SkCommandLineFlags.h"
-#include "SkTArray.h"
#include "SkString.h"
DECLARE_bool(cpu);
« no previous file with comments | « tools/flags/SkCommandLineFlags.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698