summaryrefslogtreecommitdiffstats
path: root/mojo/bindings
diff options
context:
space:
mode:
authorviettrungluu@chromium.org <viettrungluu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-04-01 22:30:20 +0000
committerviettrungluu@chromium.org <viettrungluu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-04-01 22:30:20 +0000
commite370ebc0b400c78c37a13db6d7c8fa93a1277b55 (patch)
treee6e1d2150d69a7982bee061f1522af21b63956c7 /mojo/bindings
parent72192612404a04d303ea7f0afd4f0c18642b5ff6 (diff)
downloadchromium_src-e370ebc0b400c78c37a13db6d7c8fa93a1277b55.zip
chromium_src-e370ebc0b400c78c37a13db6d7c8fa93a1277b55.tar.gz
chromium_src-e370ebc0b400c78c37a13db6d7c8fa93a1277b55.tar.bz2
Mojo: Move mojo/public/bindings/tests/*.mojom to mojo/public/interfaces/bindings/tests/.
R=darin@chromium.org Review URL: https://codereview.chromium.org/219243011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@260957 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'mojo/bindings')
-rw-r--r--mojo/bindings/js/codec_unittests.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/mojo/bindings/js/codec_unittests.js b/mojo/bindings/js/codec_unittests.js
index f8375de..c5ce8cc 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();