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

Unified Diff: mojo/bindings/js/codec_unittests.js

Issue 223233002: Mojo: Move mojo/public/bindings/js to mojo/public/js/bindings. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebased Created 6 years, 9 months 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: mojo/bindings/js/codec_unittests.js
diff --git a/mojo/bindings/js/codec_unittests.js b/mojo/bindings/js/codec_unittests.js
index c5ce8cc61307d6168f59c9bff309d0420189e8c5..007ea60a56dd6b2fdb7f0d74cd69e9e1fe105f0f 100644
--- a/mojo/bindings/js/codec_unittests.js
+++ b/mojo/bindings/js/codec_unittests.js
@@ -4,8 +4,8 @@
define([
"gin/test/expect",
- "mojo/public/bindings/js/codec",
"mojo/public/interfaces/bindings/tests/sample_service.mojom",
+ "mojo/public/js/bindings/codec",
sky 2014/04/03 22:09:32 Same comment here about order.
], function(expect, codec, sample) {
testBar();
testFoo();

Powered by Google App Engine
This is Rietveld 408576698