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

Unified Diff: Source/core/platform/graphics/IntSize.h

Issue 19762007: core/platform: Include wtf files using "wtf/foo.h" form. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebase Created 7 years, 5 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
Index: Source/core/platform/graphics/IntSize.h
diff --git a/Source/core/platform/graphics/IntSize.h b/Source/core/platform/graphics/IntSize.h
index 4382ca7f543e6d146b35f4ea1529e1a5d81c7a1a..ba6e3cf91d83c24fcc43d423387e075e7e3b51ac 100644
--- a/Source/core/platform/graphics/IntSize.h
+++ b/Source/core/platform/graphics/IntSize.h
@@ -27,7 +27,7 @@
#ifndef IntSize_h
#define IntSize_h
-#include <wtf/Platform.h>
+#include "wtf/Platform.h"
#if OS(DARWIN)
typedef struct CGSize CGSize;
« no previous file with comments | « Source/core/platform/graphics/InbandTextTrackPrivateClient.h ('k') | Source/core/platform/graphics/IntSizeHash.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698