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

Unified Diff: jingle/glue/proxy_resolving_client_socket_unittest.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/proxy_resolving_client_socket.cc ('k') | jingle/glue/resolving_client_socket_factory.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: jingle/glue/proxy_resolving_client_socket_unittest.cc
diff --git a/jingle/notifier/base/proxy_resolving_client_socket_unittest.cc b/jingle/glue/proxy_resolving_client_socket_unittest.cc
similarity index 97%
rename from jingle/notifier/base/proxy_resolving_client_socket_unittest.cc
rename to jingle/glue/proxy_resolving_client_socket_unittest.cc
index f856ac8c85627ac4a5c37d9037f4400c8e34cf0a..49d95f52c1e79e153c7422b65b6f8bcee29382af 100644
--- a/jingle/notifier/base/proxy_resolving_client_socket_unittest.cc
+++ b/jingle/glue/proxy_resolving_client_socket_unittest.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/proxy_resolving_client_socket.h"
+#include "jingle/glue/proxy_resolving_client_socket.h"
#include "base/basictypes.h"
#include "base/compiler_specific.h"
@@ -30,7 +30,7 @@ class MyTestURLRequestContext : public TestURLRequestContext {
} // namespace
-namespace notifier {
+namespace jingle_glue {
class ProxyResolvingClientSocketTest : public testing::Test {
protected:
@@ -114,4 +114,4 @@ TEST_F(ProxyResolvingClientSocketTest, ReportsBadProxies) {
}
// TODO(sanjeevr): Add more unit-tests.
-} // namespace notifier
+} // namespace jingle_glue
« no previous file with comments | « jingle/glue/proxy_resolving_client_socket.cc ('k') | jingle/glue/resolving_client_socket_factory.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698