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

Unified Diff: jingle/glue/fake_ssl_client_socket.cc

Issue 10817013: Move ChromeAsyncSocket to jingle/glue (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 | « jingle/glue/fake_ssl_client_socket.h ('k') | jingle/glue/fake_ssl_client_socket_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: jingle/glue/fake_ssl_client_socket.cc
diff --git a/jingle/notifier/base/fake_ssl_client_socket.cc b/jingle/glue/fake_ssl_client_socket.cc
similarity index 99%
rename from jingle/notifier/base/fake_ssl_client_socket.cc
rename to jingle/glue/fake_ssl_client_socket.cc
index 3329e316ac03a269ca7ff91dbd0bb064adf3080c..19beb1f965844863bc875d1c0a49f484ea8c1dca 100644
--- a/jingle/notifier/base/fake_ssl_client_socket.cc
+++ b/jingle/glue/fake_ssl_client_socket.cc
@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "jingle/notifier/base/fake_ssl_client_socket.h"
+#include "jingle/glue/fake_ssl_client_socket.h"
#include <cstdlib>
@@ -12,7 +12,7 @@
#include "net/base/io_buffer.h"
#include "net/base/net_errors.h"
-namespace notifier {
+namespace jingle_glue {
namespace {
@@ -350,4 +350,4 @@ bool FakeSSLClientSocket::GetSSLInfo(net::SSLInfo* ssl_info) {
return transport_socket_->GetSSLInfo(ssl_info);
}
-} // namespace notifier
+} // namespace jingle_glue
« no previous file with comments | « jingle/glue/fake_ssl_client_socket.h ('k') | jingle/glue/fake_ssl_client_socket_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698