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

Unified Diff: sky/engine/core/html/parser/HTMLConstructionSite.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/core/html/parser/HTMLConstructionSite.cpp
diff --git a/sky/engine/core/html/parser/HTMLConstructionSite.cpp b/sky/engine/core/html/parser/HTMLConstructionSite.cpp
index 43309550ae493988b9218a664c3eadfc90c7e7d3..42a5e82f4a0cc49c50492b1e4a70d441646bdf30 100644
--- a/sky/engine/core/html/parser/HTMLConstructionSite.cpp
+++ b/sky/engine/core/html/parser/HTMLConstructionSite.cpp
@@ -24,23 +24,23 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-#include "config.h"
-#include "core/html/parser/HTMLConstructionSite.h"
+#include "sky/engine/config.h"
+#include "sky/engine/core/html/parser/HTMLConstructionSite.h"
-#include "gen/sky/core/HTMLElementFactory.h"
-#include "core/dom/DocumentFragment.h"
-#include "core/dom/Element.h"
-#include "core/dom/Text.h"
-#include "core/frame/LocalFrame.h"
-#include "core/html/HTMLScriptElement.h"
-#include "core/html/HTMLTemplateElement.h"
-#include "core/html/parser/AtomicHTMLToken.h"
-#include "core/html/parser/HTMLParserIdioms.h"
-#include "core/html/parser/HTMLToken.h"
-#include "core/loader/FrameLoaderClient.h"
-#include "platform/NotImplemented.h"
-#include "platform/text/TextBreakIterator.h"
#include <limits>
+#include "gen/sky/core/HTMLElementFactory.h"
+#include "sky/engine/core/dom/DocumentFragment.h"
+#include "sky/engine/core/dom/Element.h"
+#include "sky/engine/core/dom/Text.h"
+#include "sky/engine/core/frame/LocalFrame.h"
+#include "sky/engine/core/html/HTMLScriptElement.h"
+#include "sky/engine/core/html/HTMLTemplateElement.h"
+#include "sky/engine/core/html/parser/AtomicHTMLToken.h"
+#include "sky/engine/core/html/parser/HTMLParserIdioms.h"
+#include "sky/engine/core/html/parser/HTMLToken.h"
+#include "sky/engine/core/loader/FrameLoaderClient.h"
+#include "sky/engine/platform/NotImplemented.h"
+#include "sky/engine/platform/text/TextBreakIterator.h"
namespace blink {
« no previous file with comments | « sky/engine/core/html/parser/HTMLConstructionSite.h ('k') | sky/engine/core/html/parser/HTMLDocumentParser.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698