Index: content/browser/in_process_webkit/browser_webkitplatformsupport_impl.cc |
=================================================================== |
--- content/browser/in_process_webkit/browser_webkitplatformsupport_impl.cc (revision 175187) |
+++ content/browser/in_process_webkit/browser_webkitplatformsupport_impl.cc (working copy) |
@@ -8,9 +8,9 @@ |
#include "base/logging.h" |
#include "content/browser/gpu/browser_gpu_channel_host_factory.h" |
#include "content/public/common/serialized_script_value.h" |
-#include "third_party/WebKit/Source/WebKit/chromium/public/platform/WebData.h" |
-#include "third_party/WebKit/Source/WebKit/chromium/public/platform/WebString.h" |
-#include "third_party/WebKit/Source/WebKit/chromium/public/platform/WebURL.h" |
+#include "third_party/WebKit/Source/Platform/chromium/public/WebData.h" |
+#include "third_party/WebKit/Source/Platform/chromium/public/WebString.h" |
+#include "third_party/WebKit/Source/Platform/chromium/public/WebURL.h" |
#include "webkit/base/file_path_string_conversions.h" |
namespace content { |