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

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: update TestTCPSocketPrivate 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 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:
« 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