| Index: mojo/public/js/test/validation_test_input_parser.js
|
| diff --git a/mojo/public/js/bindings/tests/validation_test_input_parser.js b/mojo/public/js/test/validation_test_input_parser.js
|
| similarity index 99%
|
| rename from mojo/public/js/bindings/tests/validation_test_input_parser.js
|
| rename to mojo/public/js/test/validation_test_input_parser.js
|
| index 98b1c19f53409de8d396161828fcc9d5f3b67faa..f5a57f917226881a6ec5f1b474114ba8b6f436ed 100644
|
| --- a/mojo/public/js/bindings/tests/validation_test_input_parser.js
|
| +++ b/mojo/public/js/test/validation_test_input_parser.js
|
| @@ -7,7 +7,7 @@
|
| // mojo/public/cpp/bindings/tests/validation_test_input_parser.h
|
|
|
| define([
|
| - "mojo/public/js/bindings/buffer"
|
| + "mojo/public/js/buffer"
|
| ], function(buffer) {
|
|
|
| // Files and Lines represent the raw text from an input string
|
|
|