Commit fd4bbfc3 authored by pilgrim@chromium.org's avatar pilgrim@chromium.org

Update some #includes in content/renderer/devtools for headers in the new Platform directory

Review URL: https://chromiumcodereview.appspot.com/11826038

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@176156 0039d316-1c4b-4281-b951-d872f2087c98
parent 25dba9dc
...@@ -15,13 +15,13 @@ ...@@ -15,13 +15,13 @@
#include "content/renderer/devtools/devtools_agent_filter.h" #include "content/renderer/devtools/devtools_agent_filter.h"
#include "content/renderer/devtools/devtools_client.h" #include "content/renderer/devtools/devtools_client.h"
#include "content/renderer/render_view_impl.h" #include "content/renderer/render_view_impl.h"
#include "third_party/WebKit/Source/Platform/chromium/public/WebPoint.h"
#include "third_party/WebKit/Source/Platform/chromium/public/WebString.h"
#include "third_party/WebKit/Source/WebKit/chromium/public/WebConsoleMessage.h" #include "third_party/WebKit/Source/WebKit/chromium/public/WebConsoleMessage.h"
#include "third_party/WebKit/Source/WebKit/chromium/public/WebConsoleMessage.h" #include "third_party/WebKit/Source/WebKit/chromium/public/WebConsoleMessage.h"
#include "third_party/WebKit/Source/WebKit/chromium/public/WebDevToolsAgent.h" #include "third_party/WebKit/Source/WebKit/chromium/public/WebDevToolsAgent.h"
#include "third_party/WebKit/Source/WebKit/chromium/public/WebFrame.h" #include "third_party/WebKit/Source/WebKit/chromium/public/WebFrame.h"
#include "third_party/WebKit/Source/WebKit/chromium/public/WebView.h" #include "third_party/WebKit/Source/WebKit/chromium/public/WebView.h"
#include "third_party/WebKit/Source/WebKit/chromium/public/platform/WebPoint.h"
#include "third_party/WebKit/Source/WebKit/chromium/public/platform/WebString.h"
#if defined(USE_TCMALLOC) #if defined(USE_TCMALLOC)
#include "third_party/tcmalloc/chromium/src/gperftools/heap-profiler.h" #include "third_party/tcmalloc/chromium/src/gperftools/heap-profiler.h"
......
...@@ -9,8 +9,8 @@ ...@@ -9,8 +9,8 @@
#include "content/common/devtools_messages.h" #include "content/common/devtools_messages.h"
#include "content/renderer/devtools/devtools_agent.h" #include "content/renderer/devtools/devtools_agent.h"
#include "content/renderer/plugin_channel_host.h" #include "content/renderer/plugin_channel_host.h"
#include "third_party/WebKit/Source/Platform/chromium/public/WebString.h"
#include "third_party/WebKit/Source/WebKit/chromium/public/WebDevToolsAgent.h" #include "third_party/WebKit/Source/WebKit/chromium/public/WebDevToolsAgent.h"
#include "third_party/WebKit/Source/WebKit/chromium/public/platform/WebString.h"
using WebKit::WebDevToolsAgent; using WebKit::WebDevToolsAgent;
using WebKit::WebString; using WebKit::WebString;
......
...@@ -11,9 +11,9 @@ ...@@ -11,9 +11,9 @@
#include "content/public/common/content_switches.h" #include "content/public/common/content_switches.h"
#include "content/renderer/render_thread_impl.h" #include "content/renderer/render_thread_impl.h"
#include "content/renderer/render_view_impl.h" #include "content/renderer/render_view_impl.h"
#include "third_party/WebKit/Source/Platform/chromium/public/WebFloatPoint.h"
#include "third_party/WebKit/Source/Platform/chromium/public/WebString.h"
#include "third_party/WebKit/Source/WebKit/chromium/public/WebDevToolsFrontend.h" #include "third_party/WebKit/Source/WebKit/chromium/public/WebDevToolsFrontend.h"
#include "third_party/WebKit/Source/WebKit/chromium/public/platform/WebFloatPoint.h"
#include "third_party/WebKit/Source/WebKit/chromium/public/platform/WebString.h"
#include "ui/base/ui_base_switches.h" #include "ui/base/ui_base_switches.h"
using WebKit::WebDevToolsFrontend; using WebKit::WebDevToolsFrontend;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment