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

Unified Diff: sky/engine/web/WebInputEventConversion.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/WebInputEventConversion.h ('k') | sky/engine/web/WebLeakDetector.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/web/WebInputEventConversion.cpp
diff --git a/sky/engine/web/WebInputEventConversion.cpp b/sky/engine/web/WebInputEventConversion.cpp
index 996c375ca3895f5e1cf8b76c75fa666a06be98aa..d23a75f3dcba0774e10cbe1be98339d8bdb790cb 100644
--- a/sky/engine/web/WebInputEventConversion.cpp
+++ b/sky/engine/web/WebInputEventConversion.cpp
@@ -28,22 +28,22 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-#include "config.h"
-#include "web/WebInputEventConversion.h"
-
-#include "core/dom/Touch.h"
-#include "core/dom/TouchList.h"
-#include "core/events/GestureEvent.h"
-#include "core/events/KeyboardEvent.h"
-#include "core/events/MouseEvent.h"
-#include "core/events/TouchEvent.h"
-#include "core/events/WheelEvent.h"
-#include "core/frame/FrameHost.h"
-#include "core/frame/FrameView.h"
-#include "core/page/Page.h"
-#include "core/rendering/RenderObject.h"
-#include "platform/KeyboardCodes.h"
-#include "platform/Widget.h"
+#include "sky/engine/config.h"
+#include "sky/engine/web/WebInputEventConversion.h"
+
+#include "sky/engine/core/dom/Touch.h"
+#include "sky/engine/core/dom/TouchList.h"
+#include "sky/engine/core/events/GestureEvent.h"
+#include "sky/engine/core/events/KeyboardEvent.h"
+#include "sky/engine/core/events/MouseEvent.h"
+#include "sky/engine/core/events/TouchEvent.h"
+#include "sky/engine/core/events/WheelEvent.h"
+#include "sky/engine/core/frame/FrameHost.h"
+#include "sky/engine/core/frame/FrameView.h"
+#include "sky/engine/core/page/Page.h"
+#include "sky/engine/core/rendering/RenderObject.h"
+#include "sky/engine/platform/KeyboardCodes.h"
+#include "sky/engine/platform/Widget.h"
namespace blink {
« no previous file with comments | « sky/engine/web/WebInputEventConversion.h ('k') | sky/engine/web/WebLeakDetector.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698