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

Unified Diff: chrome/browser/ui/android/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
Index: chrome/browser/ui/android/ssl_client_certificate_selector.cc
diff --git a/chrome/browser/ui/android/ssl_client_certificate_selector.cc b/chrome/browser/ui/android/ssl_client_certificate_selector.cc
index 75839ab07d62e5a99905bab693da6eb4eb93a4f0..1851f792921c2ade8e901f23eb5e691f550d4734 100644
--- a/chrome/browser/ui/android/ssl_client_certificate_selector.cc
+++ b/chrome/browser/ui/android/ssl_client_certificate_selector.cc
@@ -2,16 +2,13 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-// Client Auth is not implemented on Android yet.
#include "chrome/browser/ssl_client_certificate_selector.h"
#include "base/logging.h"
-///////////////////////////////////////////////////////////////////////////////
-// SSLClientCertificateSelector public interface:
-
-namespace browser {
+namespace chrome {
+// Client Auth is not implemented on Android yet.
void ShowSSLClientCertificateSelector(
TabContents* tab_contents,
const net::HttpNetworkSession* network_session,
@@ -20,4 +17,4 @@ void ShowSSLClientCertificateSelector(
NOTIMPLEMENTED();
}
-} // namespace browser
+} // namespace chrome
« no previous file with comments | « chrome/browser/tab_contents/tab_contents_ssl_helper.cc ('k') | chrome/browser/ui/cocoa/ssl_client_certificate_selector.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698