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

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

Issue 14242011: Absolutify paths to css/. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebase Created 7 years, 8 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.cpp
diff --git a/Source/core/css/FontLoader.cpp b/Source/core/css/FontLoader.cpp
index 47ae7f95ca7003dc92944d371c0e15db5f1f1432..61d11ecc164c16a2f31cb604a9fb9a96778e4d9e 100644
--- a/Source/core/css/FontLoader.cpp
+++ b/Source/core/css/FontLoader.cpp
@@ -24,17 +24,17 @@
*/
#include "config.h"
-#include "FontLoader.h"
+#include "core/css/FontLoader.h"
-#include "CSSFontFaceLoadEvent.h"
-#include "CSSFontFaceSource.h"
-#include "CSSFontSelector.h"
-#include "CSSParser.h"
-#include "CSSSegmentedFontFace.h"
#include "Dictionary.h"
#include "Document.h"
-#include "StylePropertySet.h"
-#include "StyleResolver.h"
+#include "core/css/CSSFontFaceLoadEvent.h"
+#include "core/css/CSSFontFaceSource.h"
+#include "core/css/CSSFontSelector.h"
+#include "core/css/CSSParser.h"
+#include "core/css/CSSSegmentedFontFace.h"
+#include "core/css/StylePropertySet.h"
+#include "core/css/StyleResolver.h"
#include "core/page/FrameView.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