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

Unified Diff: chrome/browser/chrome_content_browser_client.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
« no previous file with comments | « chrome/browser/certificate_manager_model.cc ('k') | chrome/browser/ui/crypto_module_password_dialog.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chrome_content_browser_client.cc
diff --git a/chrome/browser/chrome_content_browser_client.cc b/chrome/browser/chrome_content_browser_client.cc
index 0ee484c8bba3d5f73d2596c45efa6fb3f3816859..bb4d4d545fb342b89eb2322f1c511289bdbecc49 100644
--- a/chrome/browser/chrome_content_browser_client.cc
+++ b/chrome/browser/chrome_content_browser_client.cc
@@ -1683,8 +1683,8 @@ const wchar_t* ChromeContentBrowserClient::GetResourceDllName() {
crypto::CryptoModuleBlockingPasswordDelegate*
ChromeContentBrowserClient::GetCryptoPasswordDelegate(
const GURL& url) {
- return browser::NewCryptoModuleBlockingDialogDelegate(
- browser::kCryptoModulePasswordKeygen, url.host());
+ return chrome::NewCryptoModuleBlockingDialogDelegate(
+ chrome::kCryptoModulePasswordKeygen, url.host());
}
#endif
« no previous file with comments | « chrome/browser/certificate_manager_model.cc ('k') | chrome/browser/ui/crypto_module_password_dialog.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698