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

Unified Diff: chrome/browser/ui/crypto_module_password_dialog_openssl.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/crypto_module_password_dialog_openssl.cc
diff --git a/chrome/browser/ui/crypto_module_password_dialog_openssl.cc b/chrome/browser/ui/crypto_module_password_dialog_openssl.cc
index 6c80486df7a05867a600d9e24cef6c4c604aab23..749cbb99aa63fccfcec063f0530b657b6088f2d2 100644
--- a/chrome/browser/ui/crypto_module_password_dialog_openssl.cc
+++ b/chrome/browser/ui/crypto_module_password_dialog_openssl.cc
@@ -6,10 +6,10 @@
#include "base/logging.h"
-namespace browser {
+namespace chrome {
void UnlockSlotsIfNecessary(const net::CryptoModuleList& modules,
- browser::CryptoModulePasswordReason reason,
+ CryptoModulePasswordReason reason,
const std::string& host,
const base::Closure& callback) {
// TODO(bulach): implement me.
@@ -17,11 +17,11 @@ void UnlockSlotsIfNecessary(const net::CryptoModuleList& modules,
}
void UnlockCertSlotIfNecessary(net::X509Certificate* cert,
- browser::CryptoModulePasswordReason reason,
+ CryptoModulePasswordReason reason,
const std::string& host,
const base::Closure& callback) {
// TODO(bulach): implement me.
NOTREACHED();
}
-} // namespace browser
+} // namespace chrome
« no previous file with comments | « chrome/browser/ui/crypto_module_password_dialog_nss.cc ('k') | chrome/browser/ui/gtk/crypto_module_password_dialog_gtk.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698