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

Unified Diff: sky/engine/core/editing/Editor.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/Editor.h ('k') | sky/engine/core/editing/EditorCommand.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/core/editing/Editor.cpp
diff --git a/sky/engine/core/editing/Editor.cpp b/sky/engine/core/editing/Editor.cpp
index a0a2685c4f4a2fd69cf4e8d3a9b1c4013823356c..4ac1361a62b27f808664cebd5dce098224383112 100644
--- a/sky/engine/core/editing/Editor.cpp
+++ b/sky/engine/core/editing/Editor.cpp
@@ -24,49 +24,49 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-#include "config.h"
-#include "core/editing/Editor.h"
+#include "sky/engine/config.h"
+#include "sky/engine/core/editing/Editor.h"
-#include "bindings/core/v8/ExceptionStatePlaceholder.h"
#include "gen/sky/core/CSSPropertyNames.h"
#include "gen/sky/core/EventNames.h"
-#include "core/css/CSSComputedStyleDeclaration.h"
-#include "core/css/StylePropertySet.h"
-#include "core/dom/DocumentFragment.h"
-#include "core/dom/DocumentMarkerController.h"
-#include "core/dom/NodeTraversal.h"
-#include "core/dom/Text.h"
-#include "core/editing/DeleteSelectionCommand.h"
-#include "core/editing/InputMethodController.h"
-#include "core/editing/RenderedPosition.h"
-#include "core/editing/ReplaceSelectionCommand.h"
-#include "core/editing/SpellChecker.h"
-#include "core/editing/TypingCommand.h"
-#include "core/editing/UndoStack.h"
-#include "core/editing/VisibleUnits.h"
-#include "core/editing/htmlediting.h"
-#include "core/editing/markup.h"
-#include "core/events/KeyboardEvent.h"
-#include "core/events/ScopedEventQueue.h"
-#include "core/events/TextEvent.h"
-#include "core/fetch/ImageResource.h"
-#include "core/fetch/ResourceFetcher.h"
-#include "core/frame/FrameView.h"
-#include "core/frame/LocalFrame.h"
-#include "core/frame/Settings.h"
-#include "core/frame/UseCounter.h"
-#include "core/html/HTMLCanvasElement.h"
-#include "core/html/HTMLImageElement.h"
-#include "core/html/parser/HTMLParserIdioms.h"
-#include "core/loader/EmptyClients.h"
-#include "core/page/EditorClient.h"
-#include "core/page/EventHandler.h"
-#include "core/page/FocusController.h"
-#include "core/page/Page.h"
-#include "core/rendering/HitTestResult.h"
-#include "core/rendering/RenderImage.h"
-#include "platform/weborigin/KURL.h"
-#include "wtf/unicode/CharacterNames.h"
+#include "sky/engine/bindings/core/v8/ExceptionStatePlaceholder.h"
+#include "sky/engine/core/css/CSSComputedStyleDeclaration.h"
+#include "sky/engine/core/css/StylePropertySet.h"
+#include "sky/engine/core/dom/DocumentFragment.h"
+#include "sky/engine/core/dom/DocumentMarkerController.h"
+#include "sky/engine/core/dom/NodeTraversal.h"
+#include "sky/engine/core/dom/Text.h"
+#include "sky/engine/core/editing/DeleteSelectionCommand.h"
+#include "sky/engine/core/editing/InputMethodController.h"
+#include "sky/engine/core/editing/RenderedPosition.h"
+#include "sky/engine/core/editing/ReplaceSelectionCommand.h"
+#include "sky/engine/core/editing/SpellChecker.h"
+#include "sky/engine/core/editing/TypingCommand.h"
+#include "sky/engine/core/editing/UndoStack.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/KeyboardEvent.h"
+#include "sky/engine/core/events/ScopedEventQueue.h"
+#include "sky/engine/core/events/TextEvent.h"
+#include "sky/engine/core/fetch/ImageResource.h"
+#include "sky/engine/core/fetch/ResourceFetcher.h"
+#include "sky/engine/core/frame/FrameView.h"
+#include "sky/engine/core/frame/LocalFrame.h"
+#include "sky/engine/core/frame/Settings.h"
+#include "sky/engine/core/frame/UseCounter.h"
+#include "sky/engine/core/html/HTMLCanvasElement.h"
+#include "sky/engine/core/html/HTMLImageElement.h"
+#include "sky/engine/core/html/parser/HTMLParserIdioms.h"
+#include "sky/engine/core/loader/EmptyClients.h"
+#include "sky/engine/core/page/EditorClient.h"
+#include "sky/engine/core/page/EventHandler.h"
+#include "sky/engine/core/page/FocusController.h"
+#include "sky/engine/core/page/Page.h"
+#include "sky/engine/core/rendering/HitTestResult.h"
+#include "sky/engine/core/rendering/RenderImage.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/Editor.h ('k') | sky/engine/core/editing/EditorCommand.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698