Commit eaf70ab3 authored by cfroussios's avatar cfroussios Committed by Commit bot

Renamed os_crypt_util_linux_unittest.cc to key_storage_libsecret_unittest.cc

The current name of these tests did not reflect the component actually
tested. It was also inconsistent with how the tests for the the other
implementations of KeyStorage were named.

Review-Url: https://codereview.chromium.org/2292933002
Cr-Commit-Position: refs/heads/master@{#415336}
parent 607227f8
......@@ -157,7 +157,7 @@ source_set("unit_tests") {
defines = []
if (use_glib) {
sources += [ "os_crypt_util_linux_unittest.cc" ]
sources += [ "key_storage_libsecret_unittest.cc" ]
deps += [ "//third_party/libsecret" ]
defines += [ "USE_LIBSECRET" ]
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment