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

Unified Diff: sky/engine/core/editing/ReplaceSelectionCommand.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/ReplaceSelectionCommand.h ('k') | sky/engine/core/editing/SmartReplace.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/core/editing/ReplaceSelectionCommand.cpp
diff --git a/sky/engine/core/editing/ReplaceSelectionCommand.cpp b/sky/engine/core/editing/ReplaceSelectionCommand.cpp
index 3bc573a7225ecbe06eaad1c09c16e3c4409323b6..ceb275cc05b53ec8424bea6427c3dfe261d8d538 100644
--- a/sky/engine/core/editing/ReplaceSelectionCommand.cpp
+++ b/sky/engine/core/editing/ReplaceSelectionCommand.cpp
@@ -24,33 +24,33 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-#include "config.h"
-#include "core/editing/ReplaceSelectionCommand.h"
+#include "sky/engine/config.h"
+#include "sky/engine/core/editing/ReplaceSelectionCommand.h"
-#include "bindings/core/v8/ExceptionStatePlaceholder.h"
#include "gen/sky/core/CSSPropertyNames.h"
#include "gen/sky/core/HTMLNames.h"
-#include "core/css/CSSStyleDeclaration.h"
-#include "core/css/StylePropertySet.h"
-#include "core/dom/Document.h"
-#include "core/dom/DocumentFragment.h"
-#include "core/dom/Element.h"
-#include "core/dom/Text.h"
-#include "core/editing/FrameSelection.h"
-#include "core/editing/HTMLInterchange.h"
-#include "core/editing/SmartReplace.h"
-#include "core/editing/TextIterator.h"
-#include "core/editing/VisibleUnits.h"
-#include "core/editing/htmlediting.h"
-#include "core/editing/markup.h"
-#include "core/events/BeforeTextInsertedEvent.h"
-#include "core/frame/LocalFrame.h"
-#include "core/frame/UseCounter.h"
-#include "core/html/HTMLElement.h"
-#include "core/rendering/RenderObject.h"
-#include "core/rendering/RenderText.h"
-#include "wtf/StdLibExtras.h"
-#include "wtf/Vector.h"
+#include "sky/engine/bindings/core/v8/ExceptionStatePlaceholder.h"
+#include "sky/engine/core/css/CSSStyleDeclaration.h"
+#include "sky/engine/core/css/StylePropertySet.h"
+#include "sky/engine/core/dom/Document.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/editing/FrameSelection.h"
+#include "sky/engine/core/editing/HTMLInterchange.h"
+#include "sky/engine/core/editing/SmartReplace.h"
+#include "sky/engine/core/editing/TextIterator.h"
+#include "sky/engine/core/editing/VisibleUnits.h"
+#include "sky/engine/core/editing/htmlediting.h"
+#include "sky/engine/core/editing/markup.h"
+#include "sky/engine/core/events/BeforeTextInsertedEvent.h"
+#include "sky/engine/core/frame/LocalFrame.h"
+#include "sky/engine/core/frame/UseCounter.h"
+#include "sky/engine/core/html/HTMLElement.h"
+#include "sky/engine/core/rendering/RenderObject.h"
+#include "sky/engine/core/rendering/RenderText.h"
+#include "sky/engine/wtf/StdLibExtras.h"
+#include "sky/engine/wtf/Vector.h"
namespace blink {
« no previous file with comments | « sky/engine/core/editing/ReplaceSelectionCommand.h ('k') | sky/engine/core/editing/SmartReplace.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698