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

Unified Diff: sky/engine/web/LinkHighlight.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/web/LinkHighlight.h ('k') | sky/engine/web/PageWidgetDelegate.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/web/LinkHighlight.cpp
diff --git a/sky/engine/web/LinkHighlight.cpp b/sky/engine/web/LinkHighlight.cpp
index ece9cbc3a427c69354462e8232ddca169608c72b..6d17f470ef5aafa530da9e766cbca05967e7e694 100644
--- a/sky/engine/web/LinkHighlight.cpp
+++ b/sky/engine/web/LinkHighlight.cpp
@@ -23,33 +23,33 @@
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-#include "config.h"
-
-#include "web/LinkHighlight.h"
-
-#include "SkMatrix44.h"
-#include "core/dom/Node.h"
-#include "core/frame/FrameView.h"
-#include "core/frame/LocalFrame.h"
-#include "core/rendering/RenderLayer.h"
-#include "core/rendering/RenderLayerModelObject.h"
-#include "core/rendering/RenderObject.h"
-#include "core/rendering/RenderView.h"
-#include "core/rendering/compositing/CompositedLayerMapping.h"
-#include "core/rendering/style/ShadowData.h"
-#include "platform/graphics/Color.h"
-#include "public/platform/Platform.h"
-#include "public/platform/WebCompositorAnimationCurve.h"
-#include "public/platform/WebCompositorSupport.h"
-#include "public/platform/WebFloatAnimationCurve.h"
-#include "public/platform/WebFloatPoint.h"
-#include "public/platform/WebRect.h"
-#include "public/platform/WebSize.h"
-#include "public/web/Sky.h"
-#include "web/WebLocalFrameImpl.h"
-#include "web/WebSettingsImpl.h"
-#include "web/WebViewImpl.h"
-#include "wtf/CurrentTime.h"
+#include "sky/engine/config.h"
+
+#include "sky/engine/web/LinkHighlight.h"
+
+#include "sky/engine/core/dom/Node.h"
+#include "sky/engine/core/frame/FrameView.h"
+#include "sky/engine/core/frame/LocalFrame.h"
+#include "sky/engine/core/rendering/RenderLayer.h"
+#include "sky/engine/core/rendering/RenderLayerModelObject.h"
+#include "sky/engine/core/rendering/RenderObject.h"
+#include "sky/engine/core/rendering/RenderView.h"
+#include "sky/engine/core/rendering/compositing/CompositedLayerMapping.h"
+#include "sky/engine/core/rendering/style/ShadowData.h"
+#include "sky/engine/platform/graphics/Color.h"
+#include "sky/engine/public/platform/Platform.h"
+#include "sky/engine/public/platform/WebCompositorAnimationCurve.h"
+#include "sky/engine/public/platform/WebCompositorSupport.h"
+#include "sky/engine/public/platform/WebFloatAnimationCurve.h"
+#include "sky/engine/public/platform/WebFloatPoint.h"
+#include "sky/engine/public/platform/WebRect.h"
+#include "sky/engine/public/platform/WebSize.h"
+#include "sky/engine/public/web/Sky.h"
+#include "sky/engine/web/WebLocalFrameImpl.h"
+#include "sky/engine/web/WebSettingsImpl.h"
+#include "sky/engine/web/WebViewImpl.h"
+#include "sky/engine/wtf/CurrentTime.h"
+#include "third_party/skia/include/utils/SkMatrix44.h"
namespace blink {
« no previous file with comments | « sky/engine/web/LinkHighlight.h ('k') | sky/engine/web/PageWidgetDelegate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698