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

Unified Diff: ppapi/tests/test_tcp_socket_private.h

Issue 8506016: Remove 'Flash' from TCP/UDP Pepper interfaces. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: resolved last comments Created 9 years, 1 month 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 | « ppapi/shared_impl/resource.h ('k') | ppapi/tests/test_tcp_socket_private.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/tests/test_tcp_socket_private.h
diff --git a/ppapi/tests/test_tcp_socket_private.h b/ppapi/tests/test_tcp_socket_private.h
index 648377e10af88b105003dd928a7abb5567e4c2f7..4c18a62d8e0752cf7fbd41bd0d1a687d34a8929d 100644
--- a/ppapi/tests/test_tcp_socket_private.h
+++ b/ppapi/tests/test_tcp_socket_private.h
@@ -10,14 +10,9 @@
#include "ppapi/c/pp_stdint.h"
#include "ppapi/tests/test_case.h"
-// TODO(viettrungluu): A rename is in progress and this reduces the amount of
-// code that'll have to be changed.
namespace pp {
-namespace flash {
-class TCPSocket;
+class TCPSocketPrivate;
}
-}
-typedef pp::flash::TCPSocket TCPSocketPrivate;
class TestTCPSocketPrivate : public TestCase {
public:
@@ -32,8 +27,9 @@ class TestTCPSocketPrivate : public TestCase {
std::string TestReadWrite();
std::string TestConnectAddress();
- int32_t ReadFirstLineFromSocket(TCPSocketPrivate* socket, std::string* s);
- int32_t WriteStringToSocket(TCPSocketPrivate* socket, const std::string& s);
+ int32_t ReadFirstLineFromSocket(pp::TCPSocketPrivate* socket, std::string* s);
+ int32_t WriteStringToSocket(pp::TCPSocketPrivate* socket,
+ const std::string& s);
std::string host_;
uint16_t port_;
« no previous file with comments | « ppapi/shared_impl/resource.h ('k') | ppapi/tests/test_tcp_socket_private.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698