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

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

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/CSSDefaultStyleSheets.cpp ('k') | Source/core/css/CSSFontFace.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/css/CSSFontFace.h
diff --git a/Source/core/css/CSSFontFace.h b/Source/core/css/CSSFontFace.h
index 590c6eb26816801c7931394b086a88e52ea68c8b..0acf394be41389b2732d96e2944449dd4cc18e2d 100644
--- a/Source/core/css/CSSFontFace.h
+++ b/Source/core/css/CSSFontFace.h
@@ -26,8 +26,8 @@
#ifndef CSSFontFace_h
#define CSSFontFace_h
-#include "CSSFontFaceRule.h"
-#include "CSSFontFaceSource.h"
+#include "core/css/CSSFontFaceRule.h"
+#include "core/css/CSSFontFaceSource.h"
#include "core/platform/graphics/FontTraitsMask.h"
#include <wtf/Forward.h>
#include <wtf/HashSet.h>
« no previous file with comments | « Source/core/css/CSSDefaultStyleSheets.cpp ('k') | Source/core/css/CSSFontFace.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698