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

Unified Diff: sky/engine/core/editing/InputMethodController.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/editing/InputMethodController.cpp
diff --git a/sky/engine/core/editing/InputMethodController.cpp b/sky/engine/core/editing/InputMethodController.cpp
index f8f826c013b3cabea9cddb1c54cdff24fc5042a6..140f783b5dde0a5ac8d311276334756e131ded3f 100644
--- a/sky/engine/core/editing/InputMethodController.cpp
+++ b/sky/engine/core/editing/InputMethodController.cpp
@@ -24,21 +24,21 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-#include "config.h"
-#include "core/editing/InputMethodController.h"
-
-#include "core/events/CompositionEvent.h"
-#include "core/dom/Document.h"
-#include "core/dom/Element.h"
-#include "core/dom/Range.h"
-#include "core/dom/Text.h"
-#include "core/editing/Editor.h"
-#include "core/editing/TypingCommand.h"
-#include "core/frame/LocalFrame.h"
-#include "core/page/Chrome.h"
-#include "core/page/ChromeClient.h"
-#include "core/page/EventHandler.h"
-#include "core/rendering/RenderObject.h"
+#include "sky/engine/config.h"
+#include "sky/engine/core/editing/InputMethodController.h"
+
+#include "sky/engine/core/dom/Document.h"
+#include "sky/engine/core/dom/Element.h"
+#include "sky/engine/core/dom/Range.h"
+#include "sky/engine/core/dom/Text.h"
+#include "sky/engine/core/editing/Editor.h"
+#include "sky/engine/core/editing/TypingCommand.h"
+#include "sky/engine/core/events/CompositionEvent.h"
+#include "sky/engine/core/frame/LocalFrame.h"
+#include "sky/engine/core/page/Chrome.h"
+#include "sky/engine/core/page/ChromeClient.h"
+#include "sky/engine/core/page/EventHandler.h"
+#include "sky/engine/core/rendering/RenderObject.h"
namespace blink {
« no previous file with comments | « sky/engine/core/editing/InputMethodController.h ('k') | sky/engine/core/editing/InsertIntoTextNodeCommand.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698