From ccc70d8efc4981925423ffa1390c0b4783ea1add Mon Sep 17 00:00:00 2001 From: "jam@chromium.org" Date: Wed, 16 Mar 2011 20:40:37 +0000 Subject: Move core renderer subdirectories to content. TBR=avi Review URL: http://codereview.chromium.org/6673090 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78422 0039d316-1c4b-4281-b951-d872f2087c98 --- remoting/client/DEPS | 2 +- remoting/client/plugin/chromoting_instance.cc | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'remoting') diff --git a/remoting/client/DEPS b/remoting/client/DEPS index 73df734..fa11a6a 100644 --- a/remoting/client/DEPS +++ b/remoting/client/DEPS @@ -8,5 +8,5 @@ include_rules = [ # TODO(sergeyu): Remove this dependency: crbug.com/74951 . "+webkit/plugins/ppapi", - "+chrome/renderer/p2p", + "+content/renderer/p2p", ] diff --git a/remoting/client/plugin/chromoting_instance.cc b/remoting/client/plugin/chromoting_instance.cc index 09dbc48..45497c5 100644 --- a/remoting/client/plugin/chromoting_instance.cc +++ b/remoting/client/plugin/chromoting_instance.cc @@ -14,8 +14,8 @@ // TODO(sergeyu): We should not depend on renderer here. Instead P2P // Pepper API should be used. Remove this dependency. // crbug.com/74951 -#include "chrome/renderer/p2p/ipc_network_manager.h" -#include "chrome/renderer/p2p/ipc_socket_factory.h" +#include "content/renderer/p2p/ipc_network_manager.h" +#include "content/renderer/p2p/ipc_socket_factory.h" #include "ppapi/c/pp_input_event.h" #include "ppapi/cpp/completion_callback.h" #include "ppapi/cpp/rect.h" -- cgit v1.1