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

Unified Diff: remoting/protocol/chromium_socket_factory_unittest.cc

Issue 390983003: Remove remoting/jingle_glue (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 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 | « remoting/protocol/chromium_socket_factory.cc ('k') | remoting/protocol/connection_to_host.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/protocol/chromium_socket_factory_unittest.cc
diff --git a/remoting/jingle_glue/chromium_socket_factory_unittest.cc b/remoting/protocol/chromium_socket_factory_unittest.cc
similarity index 97%
rename from remoting/jingle_glue/chromium_socket_factory_unittest.cc
rename to remoting/protocol/chromium_socket_factory_unittest.cc
index 6ec9a88a7be33b8f3950270b6a804cd9e49fc78e..5702ddb0fd62ad48135d7faf4192140ffdf11dee 100644
--- a/remoting/jingle_glue/chromium_socket_factory_unittest.cc
+++ b/remoting/protocol/chromium_socket_factory_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 "remoting/jingle_glue/chromium_socket_factory.h"
+#include "remoting/protocol/chromium_socket_factory.h"
#include "base/message_loop/message_loop.h"
#include "base/run_loop.h"
@@ -12,6 +12,7 @@
#include "third_party/libjingle/source/talk/base/socketaddress.h"
namespace remoting {
+namespace protocol {
class ChromiumSocketFactoryTest : public testing::Test,
public sigslot::has_slots<> {
@@ -110,4 +111,5 @@ TEST_F(ChromiumSocketFactoryTest, TransientError) {
VerifyCanSendAndReceive(sending_socket.get());
}
+} // namespace protocol
} // namespace remoting
« no previous file with comments | « remoting/protocol/chromium_socket_factory.cc ('k') | remoting/protocol/connection_to_host.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698