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

Unified Diff: sky/engine/web/WebElement.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/WebDocument.cpp ('k') | sky/engine/web/WebFontDescription.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/web/WebElement.cpp
diff --git a/sky/engine/web/WebElement.cpp b/sky/engine/web/WebElement.cpp
index de9a9f4a4aeff9e9105c02a38b13bdb6a836d7b6..9c9c65555425a8495fb5bb6dfad8ee5df8fb50ea 100644
--- a/sky/engine/web/WebElement.cpp
+++ b/sky/engine/web/WebElement.cpp
@@ -28,18 +28,18 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-#include "config.h"
-#include "public/web/WebElement.h"
-
-#include "bindings/core/v8/ExceptionState.h"
-#include "core/dom/Element.h"
-#include "core/dom/custom/CustomElementProcessingStack.h"
-#include "core/dom/shadow/ShadowRoot.h"
-#include "core/rendering/RenderBoxModelObject.h"
-#include "core/rendering/RenderObject.h"
-#include "public/platform/WebRect.h"
-#include "public/web/WebDocument.h"
-#include "wtf/PassRefPtr.h"
+#include "sky/engine/config.h"
+#include "sky/engine/public/web/WebElement.h"
+
+#include "sky/engine/bindings/core/v8/ExceptionState.h"
+#include "sky/engine/core/dom/Element.h"
+#include "sky/engine/core/dom/custom/CustomElementProcessingStack.h"
+#include "sky/engine/core/dom/shadow/ShadowRoot.h"
+#include "sky/engine/core/rendering/RenderBoxModelObject.h"
+#include "sky/engine/core/rendering/RenderObject.h"
+#include "sky/engine/public/platform/WebRect.h"
+#include "sky/engine/public/web/WebDocument.h"
+#include "sky/engine/wtf/PassRefPtr.h"
namespace blink {
« no previous file with comments | « sky/engine/web/WebDocument.cpp ('k') | sky/engine/web/WebFontDescription.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698