Chromium Code Reviews| 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 8cc8448a3ad40a250828bf07f64ccc0874d74554..157755878b19ace931b044c5303b46a5da25b92d 100644 |
| --- a/ppapi/tests/test_tcp_socket_private.h |
| +++ b/ppapi/tests/test_tcp_socket_private.h |
| @@ -10,14 +10,10 @@ |
| #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; |
| +typedef pp::TCPSocketPrivate TCPSocketPrivate; |
|
viettrungluu
2011/11/15 18:32:35
Oops, you should probably just change the instance
Dmitry Polukhin
2011/11/16 06:55:11
Done.
|
| class TestTCPSocketPrivate : public TestCase { |
| public: |