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

Unified Diff: sky/engine/core/css/CSSFontFaceSrcValue.cpp

Issue 746023002: Make absolute and sort all Sky headers (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 6 years, 1 month 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 | « sky/engine/core/css/CSSFontFaceSrcValue.h ('k') | sky/engine/core/css/CSSFontFaceTest.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/core/css/CSSFontFaceSrcValue.cpp
diff --git a/sky/engine/core/css/CSSFontFaceSrcValue.cpp b/sky/engine/core/css/CSSFontFaceSrcValue.cpp
index 4d16733dd5683e181cb6ad78aa0b89373e08ac05..407c12d4a1b0c2755e44dc7796b265be7d8f6fc8 100644
--- a/sky/engine/core/css/CSSFontFaceSrcValue.cpp
+++ b/sky/engine/core/css/CSSFontFaceSrcValue.cpp
@@ -23,19 +23,19 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-#include "config.h"
-#include "core/css/CSSFontFaceSrcValue.h"
+#include "sky/engine/config.h"
+#include "sky/engine/core/css/CSSFontFaceSrcValue.h"
#include "gen/sky/core/FetchInitiatorTypeNames.h"
-#include "core/css/StyleSheetContents.h"
-#include "core/dom/Document.h"
-#include "core/dom/Node.h"
-#include "core/fetch/FetchRequest.h"
-#include "core/fetch/FontResource.h"
-#include "core/fetch/ResourceFetcher.h"
-#include "platform/fonts/FontCache.h"
-#include "platform/fonts/FontCustomPlatformData.h"
-#include "wtf/text/StringBuilder.h"
+#include "sky/engine/core/css/StyleSheetContents.h"
+#include "sky/engine/core/dom/Document.h"
+#include "sky/engine/core/dom/Node.h"
+#include "sky/engine/core/fetch/FetchRequest.h"
+#include "sky/engine/core/fetch/FontResource.h"
+#include "sky/engine/core/fetch/ResourceFetcher.h"
+#include "sky/engine/platform/fonts/FontCache.h"
+#include "sky/engine/platform/fonts/FontCustomPlatformData.h"
+#include "sky/engine/wtf/text/StringBuilder.h"
namespace blink {
« no previous file with comments | « sky/engine/core/css/CSSFontFaceSrcValue.h ('k') | sky/engine/core/css/CSSFontFaceTest.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698