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

Unified Diff: sky/engine/web/PageWidgetDelegate.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/PageWidgetDelegate.h ('k') | sky/engine/web/Sky.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/web/PageWidgetDelegate.cpp
diff --git a/sky/engine/web/PageWidgetDelegate.cpp b/sky/engine/web/PageWidgetDelegate.cpp
index 585da257aea1da1a500274cad732a47b0e762599..7e42f7c807bdbc2c4fc70a0b88d22cd7bebdc90b 100644
--- a/sky/engine/web/PageWidgetDelegate.cpp
+++ b/sky/engine/web/PageWidgetDelegate.cpp
@@ -28,21 +28,21 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-#include "config.h"
-#include "web/PageWidgetDelegate.h"
-
-#include "core/frame/FrameView.h"
-#include "core/frame/LocalFrame.h"
-#include "core/page/AutoscrollController.h"
-#include "core/page/EventHandler.h"
-#include "core/page/Page.h"
-#include "core/rendering/RenderView.h"
-#include "core/rendering/compositing/RenderLayerCompositor.h"
-#include "platform/Logging.h"
-#include "platform/graphics/GraphicsContext.h"
-#include "public/web/WebInputEvent.h"
-#include "web/WebInputEventConversion.h"
-#include "wtf/CurrentTime.h"
+#include "sky/engine/config.h"
+#include "sky/engine/web/PageWidgetDelegate.h"
+
+#include "sky/engine/core/frame/FrameView.h"
+#include "sky/engine/core/frame/LocalFrame.h"
+#include "sky/engine/core/page/AutoscrollController.h"
+#include "sky/engine/core/page/EventHandler.h"
+#include "sky/engine/core/page/Page.h"
+#include "sky/engine/core/rendering/RenderView.h"
+#include "sky/engine/core/rendering/compositing/RenderLayerCompositor.h"
+#include "sky/engine/platform/Logging.h"
+#include "sky/engine/platform/graphics/GraphicsContext.h"
+#include "sky/engine/public/web/WebInputEvent.h"
+#include "sky/engine/web/WebInputEventConversion.h"
+#include "sky/engine/wtf/CurrentTime.h"
namespace blink {
« no previous file with comments | « sky/engine/web/PageWidgetDelegate.h ('k') | sky/engine/web/Sky.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698