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

Unified Diff: mojo/apps/js/bindings/connection_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/apps/js/bindings/connection_unittests.js
diff --git a/mojo/apps/js/bindings/connection_unittests.js b/mojo/apps/js/bindings/connection_unittests.js
index 3a578203fef74fbb453f87257d2f26e5a76b450f..cf17dc4cf87764bfd79b12cbfa1df9af2a7acf4e 100644
--- a/mojo/apps/js/bindings/connection_unittests.js
+++ b/mojo/apps/js/bindings/connection_unittests.js
@@ -50,9 +50,9 @@ define([
"gin/test/expect",
"mojo/bindings/js/support",
"mojo/bindings/js/core",
- "mojo/public/bindings/js/connection",
"mojo/public/interfaces/bindings/tests/sample_interfaces.mojom",
"mojo/public/interfaces/bindings/tests/sample_service.mojom",
+ "mojo/public/js/bindings/connection",
sky 2014/04/03 22:09:32 If you move this, then you need to move connection
], function(expect,
mockSupport,
core,

Powered by Google App Engine
This is Rietveld 408576698