Index: mojo/public/js/unicode.js |
diff --git a/mojo/public/js/bindings/unicode.js b/mojo/public/js/unicode.js |
similarity index 97% |
rename from mojo/public/js/bindings/unicode.js |
rename to mojo/public/js/unicode.js |
index ba0f00f95bae99b20f2db4e2c9d9013d96517149..be2ba0e63c8700efbfb99f0ae88492bd23023ab8 100644 |
--- a/mojo/public/js/bindings/unicode.js |
+++ b/mojo/public/js/unicode.js |
@@ -7,7 +7,7 @@ |
* stored in ArrayBuffers. There is much room for optimization in this code if |
* it proves necessary. |
*/ |
-define("mojo/public/js/bindings/unicode", function() { |
+define("mojo/public/js/unicode", function() { |
/** |
* Decodes the UTF8 string from the given buffer. |
* @param {ArrayBufferView} buffer The buffer containing UTF8 string data. |