| Index: ppapi/tests/test_network_proxy.cc
|
| diff --git a/ppapi/tests/test_network_proxy.cc b/ppapi/tests/test_network_proxy.cc
|
| index 4eb41498f6d33d4df408169f47b32aeb8fe81e62..71b924618b49d247e4de06f6e8ee68e230f123a4 100644
|
| --- a/ppapi/tests/test_network_proxy.cc
|
| +++ b/ppapi/tests/test_network_proxy.cc
|
| @@ -4,8 +4,8 @@
|
|
|
| #include "ppapi/tests/test_network_proxy.h"
|
|
|
| -#include "ppapi/cpp/dev/network_proxy_dev.h"
|
| #include "ppapi/cpp/instance.h"
|
| +#include "ppapi/cpp/network_proxy.h"
|
| #include "ppapi/cpp/var.h"
|
| #include "ppapi/tests/testing_instance.h"
|
|
|
|
|