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

Unified Diff: Source/core/rendering/style/StyleDeprecatedFlexibleBoxData.h

Issue 20253002: core/rendering: Include wtf files using "wtf/foo.h" form. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: fixes 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/rendering/style/StyleDeprecatedFlexibleBoxData.h
diff --git a/Source/core/rendering/style/StyleDeprecatedFlexibleBoxData.h b/Source/core/rendering/style/StyleDeprecatedFlexibleBoxData.h
index 33337bc67020bee1dbacfb941f9c2256fe7c5066..501157cc15dd9cea9d22668ae7ac3571dfe2c62b 100644
--- a/Source/core/rendering/style/StyleDeprecatedFlexibleBoxData.h
+++ b/Source/core/rendering/style/StyleDeprecatedFlexibleBoxData.h
@@ -25,8 +25,8 @@
#ifndef StyleDeprecatedFlexibleBoxData_h
#define StyleDeprecatedFlexibleBoxData_h
-#include <wtf/RefCounted.h>
-#include <wtf/PassRefPtr.h>
+#include "wtf/PassRefPtr.h"
+#include "wtf/RefCounted.h"
namespace WebCore {
« no previous file with comments | « Source/core/rendering/style/StyleCustomFilterProgramCache.h ('k') | Source/core/rendering/style/StyleFilterData.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698