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

Unified Diff: sky/engine/core/html/canvas/DataView.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/html/canvas/DataView.h ('k') | sky/engine/core/html/canvas/EXTBlendMinMax.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/core/html/canvas/DataView.cpp
diff --git a/sky/engine/core/html/canvas/DataView.cpp b/sky/engine/core/html/canvas/DataView.cpp
index 8ce7fcc3f3688c71640f3f1cb106dd151f6072b2..104d4998c0e541b8391724fb9cdb8f41f6384547 100644
--- a/sky/engine/core/html/canvas/DataView.cpp
+++ b/sky/engine/core/html/canvas/DataView.cpp
@@ -23,15 +23,15 @@
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-#include "config.h"
-#include "core/html/canvas/DataView.h"
-
-#include "bindings/core/v8/ExceptionState.h"
-#include "bindings/core/v8/custom/V8DataViewCustom.h"
-#include "bindings/core/v8/custom/V8TypedArrayCustom.h"
-#include "core/dom/ExceptionCode.h"
-#include "platform/CheckedInt.h"
-#include "wtf/CPU.h"
+#include "sky/engine/config.h"
+#include "sky/engine/core/html/canvas/DataView.h"
+
+#include "sky/engine/bindings/core/v8/ExceptionState.h"
+#include "sky/engine/bindings/core/v8/custom/V8DataViewCustom.h"
+#include "sky/engine/bindings/core/v8/custom/V8TypedArrayCustom.h"
+#include "sky/engine/core/dom/ExceptionCode.h"
+#include "sky/engine/platform/CheckedInt.h"
+#include "sky/engine/wtf/CPU.h"
namespace {
« no previous file with comments | « sky/engine/core/html/canvas/DataView.h ('k') | sky/engine/core/html/canvas/EXTBlendMinMax.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698