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

Unified Diff: chrome/browser/ui/views/crypto_module_password_dialog_view_unittest.cc

Issue 61643007: Update keygen to use correct NSS slot on ChromeOS multiprofile. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: jam review changes Created 7 years 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/ui/views/crypto_module_password_dialog_view_unittest.cc
diff --git a/chrome/browser/ui/views/crypto_module_password_dialog_view_unittest.cc b/chrome/browser/ui/views/crypto_module_password_dialog_view_unittest.cc
index 8fade12fd48d8cdddaa5884c07ef6a14a1a4ea5e..886b1c07ac20fb6e06426bd1dc1afa338d20159d 100644
--- a/chrome/browser/ui/views/crypto_module_password_dialog_view_unittest.cc
+++ b/chrome/browser/ui/views/crypto_module_password_dialog_view_unittest.cc
@@ -19,7 +19,7 @@ class CryptoModulePasswordDialogViewTest : public testing::Test {
CryptoModulePasswordDialogViewTest() {}
virtual ~CryptoModulePasswordDialogViewTest() {}
- void Capture(const char* text) {
+ void Capture(const std::string& text) {
text_ = text;
}

Powered by Google App Engine
This is Rietveld 408576698