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

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

Issue 219243011: Mojo: Move mojo/public/bindings/tests/*.mojom to mojo/public/interfaces/bindings/tests/. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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 f8375de139f3676f82dccbbc665127c68a0e7e12..c5ce8cc61307d6168f59c9bff309d0420189e8c5 100644
--- a/mojo/bindings/js/codec_unittests.js
+++ b/mojo/bindings/js/codec_unittests.js
@@ -5,7 +5,7 @@
define([
"gin/test/expect",
"mojo/public/bindings/js/codec",
- "mojo/public/bindings/tests/sample_service.mojom",
+ "mojo/public/interfaces/bindings/tests/sample_service.mojom",
], function(expect, codec, sample) {
testBar();
testFoo();

Powered by Google App Engine
This is Rietveld 408576698