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

Unified Diff: sky/engine/core/editing/MarkupAccumulator.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/core/editing/MarkupAccumulator.h ('k') | sky/engine/core/editing/MoveSelectionCommand.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/core/editing/MarkupAccumulator.cpp
diff --git a/sky/engine/core/editing/MarkupAccumulator.cpp b/sky/engine/core/editing/MarkupAccumulator.cpp
index 9bd4b8d59429766aee065712615609ed915de2c8..a4a491439e2a1c16260cf2bcd172194ae1061a0f 100644
--- a/sky/engine/core/editing/MarkupAccumulator.cpp
+++ b/sky/engine/core/editing/MarkupAccumulator.cpp
@@ -24,18 +24,18 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-#include "config.h"
-#include "core/editing/MarkupAccumulator.h"
+#include "sky/engine/config.h"
+#include "sky/engine/core/editing/MarkupAccumulator.h"
#include "gen/sky/core/HTMLNames.h"
-#include "core/dom/Document.h"
-#include "core/dom/DocumentFragment.h"
-#include "core/dom/Text.h"
-#include "core/editing/Editor.h"
-#include "core/html/HTMLElement.h"
-#include "core/html/HTMLTemplateElement.h"
-#include "platform/weborigin/KURL.h"
-#include "wtf/unicode/CharacterNames.h"
+#include "sky/engine/core/dom/Document.h"
+#include "sky/engine/core/dom/DocumentFragment.h"
+#include "sky/engine/core/dom/Text.h"
+#include "sky/engine/core/editing/Editor.h"
+#include "sky/engine/core/html/HTMLElement.h"
+#include "sky/engine/core/html/HTMLTemplateElement.h"
+#include "sky/engine/platform/weborigin/KURL.h"
+#include "sky/engine/wtf/unicode/CharacterNames.h"
namespace blink {
« no previous file with comments | « sky/engine/core/editing/MarkupAccumulator.h ('k') | sky/engine/core/editing/MoveSelectionCommand.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698