| 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
|
|
|