summaryrefslogtreecommitdiffstats
path: root/remoting/client/plugin/chromoting_instance.cc
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/client/plugin/chromoting_instance.cc
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/client/plugin/chromoting_instance.cc')
-rw-r--r--remoting/client/plugin/chromoting_instance.cc4
1 files changed, 2 insertions, 2 deletions
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"