Index: content/renderer/pepper/ppb_tcp_socket_private_impl.cc |
=================================================================== |
--- content/renderer/pepper/ppb_tcp_socket_private_impl.cc (revision 213482) |
+++ content/renderer/pepper/ppb_tcp_socket_private_impl.cc (working copy) |
@@ -2,13 +2,13 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#include "webkit/plugins/ppapi/ppb_tcp_socket_private_impl.h" |
+#include "content/renderer/pepper/ppb_tcp_socket_private_impl.h" |
+#include "content/renderer/pepper/host_globals.h" |
+#include "content/renderer/pepper/plugin_delegate.h" |
+#include "content/renderer/pepper/ppapi_plugin_instance_impl.h" |
+#include "content/renderer/pepper/resource_helper.h" |
#include "ppapi/shared_impl/socket_option_data.h" |
-#include "webkit/plugins/ppapi/host_globals.h" |
-#include "webkit/plugins/ppapi/plugin_delegate.h" |
-#include "webkit/plugins/ppapi/ppapi_plugin_instance_impl.h" |
-#include "webkit/plugins/ppapi/resource_helper.h" |
namespace webkit { |
namespace ppapi { |