Index: jingle/glue/fake_ssl_client_socket_unittest.cc |
diff --git a/jingle/notifier/base/fake_ssl_client_socket_unittest.cc b/jingle/glue/fake_ssl_client_socket_unittest.cc |
similarity index 99% |
rename from jingle/notifier/base/fake_ssl_client_socket_unittest.cc |
rename to jingle/glue/fake_ssl_client_socket_unittest.cc |
index 617e4d161b9117a8c515277a59a07079b3203236..a7ae4faf8b81b9bfc69520a95f83ae1ac5c3b5f9 100644 |
--- a/jingle/notifier/base/fake_ssl_client_socket_unittest.cc |
+++ b/jingle/glue/fake_ssl_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/fake_ssl_client_socket.h" |
+#include "jingle/glue/fake_ssl_client_socket.h" |
#include <algorithm> |
#include <vector> |
@@ -19,7 +19,7 @@ |
#include "testing/gmock/include/gmock/gmock.h" |
#include "testing/gtest/include/gtest/gtest.h" |
-namespace notifier { |
+namespace jingle_glue { |
namespace { |
@@ -345,4 +345,4 @@ TEST_F(FakeSSLClientSocketTest, MalformedServerHello) { |
} // namespace |
-} // namespace notifier |
+} // namespace jingle_glue |