diff options
Diffstat (limited to 'content/renderer/intents_dispatcher.cc')
-rw-r--r-- | content/renderer/intents_dispatcher.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/content/renderer/intents_dispatcher.cc b/content/renderer/intents_dispatcher.cc index e4e6d69..c63dbb7 100644 --- a/content/renderer/intents_dispatcher.cc +++ b/content/renderer/intents_dispatcher.cc @@ -10,9 +10,9 @@ #include "content/renderer/render_view_impl.h" #include "ipc/ipc_message.h" #include "third_party/WebKit/Source/WebKit/chromium/public/WebBindings.h" -#include "third_party/WebKit/Source/WebKit/chromium/public/WebCString.h" +#include "third_party/WebKit/Source/WebKit/chromium/public/platform/WebCString.h" #include "third_party/WebKit/Source/WebKit/chromium/public/WebFrame.h" -#include "third_party/WebKit/Source/WebKit/chromium/public/WebSerializedScriptValue.h" +#include "third_party/WebKit/Source/WebKit/chromium/public/platform/WebSerializedScriptValue.h" #include "third_party/WebKit/Source/WebKit/chromium/public/WebView.h" #include "v8/include/v8.h" #include "webkit/glue/cpp_bound_class.h" |