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

Unified Diff: ppapi/tests/test_tcp_socket.h

Issue 17419008: Move PPB_NetAddress out of dev. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 6 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
« no previous file with comments | « ppapi/tests/test_net_address.cc ('k') | ppapi/tests/test_tcp_socket.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/tests/test_tcp_socket.h
diff --git a/ppapi/tests/test_tcp_socket.h b/ppapi/tests/test_tcp_socket.h
index 0ff7e338efdde85777506b701250841d734313bd..3f8ba86d18faeb5261a063cb5dfd3475fe146700 100644
--- a/ppapi/tests/test_tcp_socket.h
+++ b/ppapi/tests/test_tcp_socket.h
@@ -8,7 +8,7 @@
#include <string>
#include "ppapi/c/pp_stdint.h"
-#include "ppapi/cpp/dev/net_address_dev.h"
+#include "ppapi/cpp/net_address.h"
#include "ppapi/tests/test_case.h"
namespace pp {
@@ -31,7 +31,7 @@ class TestTCPSocket: public TestCase {
int32_t ReadFirstLineFromSocket(pp::TCPSocket_Dev* socket, std::string* s);
int32_t WriteStringToSocket(pp::TCPSocket_Dev* socket, const std::string& s);
- pp::NetAddress_Dev addr_;
+ pp::NetAddress addr_;
};
#endif // PAPPI_TESTS_TEST_TCP_SOCKET_H_
« no previous file with comments | « ppapi/tests/test_net_address.cc ('k') | ppapi/tests/test_tcp_socket.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698