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

Unified Diff: sky/engine/platform/exported/linux/WebFontInfo.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
Index: sky/engine/platform/exported/linux/WebFontInfo.cpp
diff --git a/sky/engine/platform/exported/linux/WebFontInfo.cpp b/sky/engine/platform/exported/linux/WebFontInfo.cpp
index 70c3c330dde033402b59212dbde86c71a99177ce..d8483e262d57595e5387ab85bea6448cb03c307d 100644
--- a/sky/engine/platform/exported/linux/WebFontInfo.cpp
+++ b/sky/engine/platform/exported/linux/WebFontInfo.cpp
@@ -28,20 +28,20 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-#include "config.h"
-#include "public/platform/linux/WebFontInfo.h"
-
-#include "public/platform/linux/WebFallbackFont.h"
-#include "wtf/HashMap.h"
-#include "wtf/Noncopyable.h"
-#include "wtf/OwnPtr.h"
-#include "wtf/PassOwnPtr.h"
-#include "wtf/Vector.h"
-#include "wtf/text/AtomicString.h"
-#include "wtf/text/AtomicStringHash.h"
+#include "sky/engine/config.h"
+#include "sky/engine/public/platform/linux/WebFontInfo.h"
+
#include <fontconfig/fontconfig.h>
#include <string.h>
#include <unicode/utf16.h>
+#include "sky/engine/public/platform/linux/WebFallbackFont.h"
+#include "sky/engine/wtf/HashMap.h"
+#include "sky/engine/wtf/Noncopyable.h"
+#include "sky/engine/wtf/OwnPtr.h"
+#include "sky/engine/wtf/PassOwnPtr.h"
+#include "sky/engine/wtf/Vector.h"
+#include "sky/engine/wtf/text/AtomicString.h"
+#include "sky/engine/wtf/text/AtomicStringHash.h"
namespace blink {
« no previous file with comments | « sky/engine/platform/exported/WrappedResourceResponse.h ('k') | sky/engine/platform/exported/linux/WebFontRenderStyle.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698