Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3265)

Unified Diff: chrome/browser/extensions/api/easy_unlock_private/easy_unlock_private_api_chromeos_unittest.cc

Issue 1135183002: Ensure EasyUnlockPrivateAPI factory is initialized on start up. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: uncomment Created 5 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/extensions/api/easy_unlock_private/easy_unlock_private_api_chromeos_unittest.cc
diff --git a/chrome/browser/extensions/api/easy_unlock_private/easy_unlock_private_api_chromeos_unittest.cc b/chrome/browser/extensions/api/easy_unlock_private/easy_unlock_private_api_chromeos_unittest.cc
index 077559f5eb5220bccb8d6d61d3e2da385dc2ce21..388c33114ec29b47087e62cbc79a76c7d41b092a 100644
--- a/chrome/browser/extensions/api/easy_unlock_private/easy_unlock_private_api_chromeos_unittest.cc
+++ b/chrome/browser/extensions/api/easy_unlock_private/easy_unlock_private_api_chromeos_unittest.cc
@@ -29,11 +29,11 @@ namespace {
namespace api = extensions::api::easy_unlock_private;
-using extensions::api::EasyUnlockPrivateGenerateEcP256KeyPairFunction;
-using extensions::api::EasyUnlockPrivatePerformECDHKeyAgreementFunction;
-using extensions::api::EasyUnlockPrivateCreateSecureMessageFunction;
-using extensions::api::EasyUnlockPrivateUnwrapSecureMessageFunction;
-using extensions::api::EasyUnlockPrivateSetAutoPairingResultFunction;
+using extensions::EasyUnlockPrivateGenerateEcP256KeyPairFunction;
+using extensions::EasyUnlockPrivatePerformECDHKeyAgreementFunction;
+using extensions::EasyUnlockPrivateCreateSecureMessageFunction;
+using extensions::EasyUnlockPrivateUnwrapSecureMessageFunction;
+using extensions::EasyUnlockPrivateSetAutoPairingResultFunction;
// Converts a string to a base::BinaryValue value whose buffer contains the
// string data without the trailing '\0'.

Powered by Google App Engine
This is Rietveld 408576698