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

Unified Diff: ppapi/tests/test_udp_socket_private.h

Issue 9791003: Added pepper test for SSLHandshake (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 8 years, 9 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
Index: ppapi/tests/test_udp_socket_private.h
diff --git a/ppapi/tests/test_udp_socket_private_shared.h b/ppapi/tests/test_udp_socket_private.h
similarity index 80%
rename from ppapi/tests/test_udp_socket_private_shared.h
rename to ppapi/tests/test_udp_socket_private.h
index 2f74965451264a51fce318c7841a4516357b7cc3..45cd642435a16ae8eec398b865fec86eaccdc6d0 100644
--- a/ppapi/tests/test_udp_socket_private_shared.h
+++ b/ppapi/tests/test_udp_socket_private.h
@@ -2,23 +2,21 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef PPAPI_TESTS_TEST_UDP_SOCKET_PRIVATE_SHARED_H_
-#define PPAPI_TESTS_TEST_UDP_SOCKET_PRIVATE_SHARED_H_
+#ifndef PPAPI_TESTS_TEST_UDP_SOCKET_PRIVATE_H_
+#define PPAPI_TESTS_TEST_UDP_SOCKET_PRIVATE_H_
#include "ppapi/cpp/private/tcp_socket_private.h"
#include "ppapi/cpp/private/udp_socket_private.h"
#include "ppapi/tests/test_case.h"
-class TestUDPSocketPrivateShared : public TestCase {
+class TestUDPSocketPrivate : public TestCase {
public:
- explicit TestUDPSocketPrivateShared(TestingInstance* instance);
+ explicit TestUDPSocketPrivate(TestingInstance* instance);
// TestCase implementation.
virtual bool Init();
virtual void RunTests(const std::string& filter);
- void QuitMessageLoop();
-
private:
// Creates tcp_socket and connects to www.google.com:80. After that,
// stores into |address| local address and returns created
@@ -41,4 +39,4 @@ class TestUDPSocketPrivateShared : public TestCase {
uint16_t port_;
};
-#endif // PPAPI_TESTS_TEST_UDP_SOCKET_PRIVATE_SHARED_H_
+#endif // PPAPI_TESTS_TEST_UDP_SOCKET_PRIVATE_H_

Powered by Google App Engine
This is Rietveld 408576698