| Index: third_party/WebKit/Source/devtools/front_end/product_registry_impl/sha1/sha1.js
|
| diff --git a/third_party/WebKit/Source/devtools/front_end/product_registry/sha1/sha1.js b/third_party/WebKit/Source/devtools/front_end/product_registry_impl/sha1/sha1.js
|
| similarity index 99%
|
| rename from third_party/WebKit/Source/devtools/front_end/product_registry/sha1/sha1.js
|
| rename to third_party/WebKit/Source/devtools/front_end/product_registry_impl/sha1/sha1.js
|
| index 5c7133e43e01c3b20892e2f1896fecaab6b626c8..5385d0ea411d2390512ae0e7705cbdf56b7e5c61 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/product_registry/sha1/sha1.js
|
| +++ b/third_party/WebKit/Source/devtools/front_end/product_registry_impl/sha1/sha1.js
|
| @@ -12,7 +12,7 @@
|
| * @param {string} str
|
| * @return {string}
|
| */
|
| -ProductRegistry.sha1 = function(str) {
|
| +ProductRegistryImpl.sha1 = function(str) {
|
| return rstr2hex(rstr_sha1(str2rstr_utf8(str)));
|
|
|
| /**
|
|
|