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

Unified Diff: Source/core/css/FontLoader.h

Issue 18733007: core/css: Include wtf files using "wtf/foo.h" form. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
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
« no previous file with comments | « Source/core/css/FontFeatureValue.cpp ('k') | Source/core/css/FontValue.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/css/FontLoader.h
diff --git a/Source/core/css/FontLoader.h b/Source/core/css/FontLoader.h
index b8e39d80ac41be59a310822abc908320ec9830fd..a5914d6b376e9511979e3c7fe73d5ccad3f72b55 100644
--- a/Source/core/css/FontLoader.h
+++ b/Source/core/css/FontLoader.h
@@ -32,9 +32,9 @@
#include "core/dom/EventTarget.h"
#include "core/html/VoidCallback.h"
#include "core/platform/Timer.h"
-#include <wtf/PassRefPtr.h>
-#include <wtf/RefCounted.h>
-#include <wtf/Vector.h>
+#include "wtf/PassRefPtr.h"
+#include "wtf/RefCounted.h"
+#include "wtf/Vector.h"
namespace WebCore {
« no previous file with comments | « Source/core/css/FontFeatureValue.cpp ('k') | Source/core/css/FontValue.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698