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

Unified Diff: sky/engine/platform/fonts/FontCache.cpp

Issue 746023002: Make absolute and sort all Sky headers (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 6 years, 1 month 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 | « sky/engine/platform/fonts/FontCache.h ('k') | sky/engine/platform/fonts/FontCacheClient.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/platform/fonts/FontCache.cpp
diff --git a/sky/engine/platform/fonts/FontCache.cpp b/sky/engine/platform/fonts/FontCache.cpp
index fc5acdd2e61b8f469ef7f3b2df9a3ad8ac076678..403a69367b0ab341170727f1dcb738e7e9ef5653 100644
--- a/sky/engine/platform/fonts/FontCache.cpp
+++ b/sky/engine/platform/fonts/FontCache.cpp
@@ -27,28 +27,28 @@
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-#include "config.h"
-#include "platform/fonts/FontCache.h"
+#include "sky/engine/config.h"
+#include "sky/engine/platform/fonts/FontCache.h"
#include "gen/sky/platform/FontFamilyNames.h"
#include "gen/sky/platform/RuntimeEnabledFeatures.h"
-#include "platform/fonts/AlternateFontFamily.h"
-#include "platform/fonts/FontCacheClient.h"
-#include "platform/fonts/FontCacheKey.h"
-#include "platform/fonts/FontDataCache.h"
-#include "platform/fonts/FontDescription.h"
-#include "platform/fonts/FontFallbackList.h"
-#include "platform/fonts/FontPlatformData.h"
-#include "platform/fonts/FontSmoothingMode.h"
-#include "platform/fonts/TextRenderingMode.h"
-#include "platform/fonts/opentype/OpenTypeVerticalData.h"
-#include "wtf/HashMap.h"
-#include "wtf/ListHashSet.h"
-#include "wtf/StdLibExtras.h"
-#include "wtf/Vector.h"
-#include "wtf/text/AtomicStringHash.h"
-#include "wtf/text/StringHash.h"
+#include "sky/engine/platform/fonts/AlternateFontFamily.h"
+#include "sky/engine/platform/fonts/FontCacheClient.h"
+#include "sky/engine/platform/fonts/FontCacheKey.h"
+#include "sky/engine/platform/fonts/FontDataCache.h"
+#include "sky/engine/platform/fonts/FontDescription.h"
+#include "sky/engine/platform/fonts/FontFallbackList.h"
+#include "sky/engine/platform/fonts/FontPlatformData.h"
+#include "sky/engine/platform/fonts/FontSmoothingMode.h"
+#include "sky/engine/platform/fonts/TextRenderingMode.h"
+#include "sky/engine/platform/fonts/opentype/OpenTypeVerticalData.h"
+#include "sky/engine/wtf/HashMap.h"
+#include "sky/engine/wtf/ListHashSet.h"
+#include "sky/engine/wtf/StdLibExtras.h"
+#include "sky/engine/wtf/Vector.h"
+#include "sky/engine/wtf/text/AtomicStringHash.h"
+#include "sky/engine/wtf/text/StringHash.h"
using namespace WTF;
« no previous file with comments | « sky/engine/platform/fonts/FontCache.h ('k') | sky/engine/platform/fonts/FontCacheClient.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698