summaryrefslogtreecommitdiffstats
path: root/remoting
diff options
context:
space:
mode:
authorjam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-03-16 20:40:37 +0000
committerjam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-03-16 20:40:37 +0000
commitccc70d8efc4981925423ffa1390c0b4783ea1add (patch)
tree8cfe460075607074359b7f5556705c0ff173e7be /remoting
parent9dc1379851640ce5bd544862ce86f44258159ca9 (diff)
downloadchromium_src-ccc70d8efc4981925423ffa1390c0b4783ea1add.zip
chromium_src-ccc70d8efc4981925423ffa1390c0b4783ea1add.tar.gz
chromium_src-ccc70d8efc4981925423ffa1390c0b4783ea1add.tar.bz2
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
Diffstat (limited to 'remoting')
-rw-r--r--remoting/client/DEPS2
-rw-r--r--remoting/client/plugin/chromoting_instance.cc4
2 files changed, 3 insertions, 3 deletions
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"