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

Unified Diff: sky/engine/web/Sky.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/web/PageWidgetDelegate.cpp ('k') | sky/engine/web/SpellCheckerClientImpl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/web/Sky.cpp
diff --git a/sky/engine/web/Sky.cpp b/sky/engine/web/Sky.cpp
index 2e6256398f5707194f40fb7ba39af2a9fb959480..b95252f0d474e4b05be94b50eda2fa8a3078a2d2 100644
--- a/sky/engine/web/Sky.cpp
+++ b/sky/engine/web/Sky.cpp
@@ -28,33 +28,33 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-#include "config.h"
-#include "public/web/Sky.h"
+#include "sky/engine/config.h"
+#include "sky/engine/public/web/Sky.h"
#include "base/message_loop/message_loop.h"
#include "base/rand_util.h"
-#include "bindings/core/v8/V8Binding.h"
-#include "bindings/core/v8/V8GCController.h"
-#include "bindings/core/v8/V8Initializer.h"
-#include "core/animation/AnimationClock.h"
-#include "core/dom/Microtask.h"
-#include "core/frame/Settings.h"
-#include "core/Init.h"
-#include "core/page/Page.h"
+#include "gen/sky/platform/RuntimeEnabledFeatures.h"
#include "gin/public/v8_platform.h"
#include "mojo/common/message_pump_mojo.h"
-#include "platform/graphics/ImageDecodingStore.h"
-#include "platform/LayoutTestSupport.h"
-#include "platform/Logging.h"
-#include "gen/sky/platform/RuntimeEnabledFeatures.h"
-#include "public/platform/Platform.h"
+#include "sky/engine/bindings/core/v8/V8Binding.h"
+#include "sky/engine/bindings/core/v8/V8GCController.h"
+#include "sky/engine/bindings/core/v8/V8Initializer.h"
+#include "sky/engine/core/Init.h"
+#include "sky/engine/core/animation/AnimationClock.h"
+#include "sky/engine/core/dom/Microtask.h"
+#include "sky/engine/core/frame/Settings.h"
+#include "sky/engine/core/page/Page.h"
+#include "sky/engine/platform/LayoutTestSupport.h"
+#include "sky/engine/platform/Logging.h"
+#include "sky/engine/platform/graphics/ImageDecodingStore.h"
+#include "sky/engine/public/platform/Platform.h"
+#include "sky/engine/wtf/Assertions.h"
+#include "sky/engine/wtf/CryptographicallyRandomNumber.h"
+#include "sky/engine/wtf/MainThread.h"
+#include "sky/engine/wtf/WTF.h"
+#include "sky/engine/wtf/text/AtomicString.h"
+#include "sky/engine/wtf/text/TextEncoding.h"
#include "v8/include/v8.h"
-#include "wtf/Assertions.h"
-#include "wtf/CryptographicallyRandomNumber.h"
-#include "wtf/MainThread.h"
-#include "wtf/text/AtomicString.h"
-#include "wtf/text/TextEncoding.h"
-#include "wtf/WTF.h"
namespace blink {
« no previous file with comments | « sky/engine/web/PageWidgetDelegate.cpp ('k') | sky/engine/web/SpellCheckerClientImpl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698