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

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

Issue 10698111: browser: Move more files into chrome namespace. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 5 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/ui/views/frame/browser_view.cc ('k') | chrome/test/base/testing_pref_service.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/views/ssl_client_certificate_selector.cc
diff --git a/chrome/browser/ui/views/ssl_client_certificate_selector.cc b/chrome/browser/ui/views/ssl_client_certificate_selector.cc
index 85a1507c1cafb2f96d448fb97ea88fed92f8f1e5..c926647043a23734435103c94bb1ec2d88b35f01 100644
--- a/chrome/browser/ui/views/ssl_client_certificate_selector.cc
+++ b/chrome/browser/ui/views/ssl_client_certificate_selector.cc
@@ -279,10 +279,7 @@ void SSLClientCertificateSelector::CreateViewCertButton() {
layout->AddView(view_cert_button_);
}
-///////////////////////////////////////////////////////////////////////////////
-// SSLClientCertificateSelector public interface:
-
-namespace browser {
+namespace chrome {
void ShowSSLClientCertificateSelector(
TabContents* tab_contents,
@@ -295,4 +292,4 @@ void ShowSSLClientCertificateSelector(
tab_contents, network_session, cert_request_info, callback))->Init();
}
-} // namespace browser
+} // namespace chrome
« no previous file with comments | « chrome/browser/ui/views/frame/browser_view.cc ('k') | chrome/test/base/testing_pref_service.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698