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

Unified Diff: chrome/browser/ui/gtk/ssl_client_certificate_selector.cc

Issue 10956061: chrome: Move crypto_module_password_dialog.h into chrome namespace. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 3 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/ui/gtk/ssl_client_certificate_selector.cc
diff --git a/chrome/browser/ui/gtk/ssl_client_certificate_selector.cc b/chrome/browser/ui/gtk/ssl_client_certificate_selector.cc
index 5cf91c41551367709e83082c1132b8df83589956..130e8472a0c7adc6ef5764c319f3b4e4f4e60ca8 100644
--- a/chrome/browser/ui/gtk/ssl_client_certificate_selector.cc
+++ b/chrome/browser/ui/gtk/ssl_client_certificate_selector.cc
@@ -364,9 +364,9 @@ void SSLClientCertificateSelector::OnOkClicked(GtkWidget* button) {
// ourself before the Unlocked callback gets called.
StopObserving();
- browser::UnlockCertSlotIfNecessary(
+ chrome::UnlockCertSlotIfNecessary(
cert,
- browser::kCryptoModulePasswordClientAuth,
+ chrome::kCryptoModulePasswordClientAuth,
cert_request_info()->host_and_port,
base::Bind(&SSLClientCertificateSelector::Unlocked,
base::Unretained(this)));

Powered by Google App Engine
This is Rietveld 408576698