Index: content/renderer/renderer_webcookiejar_impl.h |
diff --git a/content/renderer/renderer_webcookiejar_impl.h b/content/renderer/renderer_webcookiejar_impl.h |
index 21be8f6e17e4dbb5133462252c5a922b08ad74e5..4820bc487f0f29de58ceedf9c8ea73282d967208 100644 |
--- a/content/renderer/renderer_webcookiejar_impl.h |
+++ b/content/renderer/renderer_webcookiejar_impl.h |
@@ -6,8 +6,8 @@ |
#define CONTENT_RENDERER_RENDERER_WEBCOOKIEJAR_IMPL_H_ |
// TODO(darin): WebCookieJar.h is missing a WebString.h include! |
-#include "third_party/WebKit/Source/Platform/chromium/public/WebCookieJar.h" |
-#include "third_party/WebKit/Source/Platform/chromium/public/WebString.h" |
+#include "third_party/WebKit/public/platform/WebCookieJar.h" |
+#include "third_party/WebKit/public/platform/WebString.h" |
namespace content { |
class RenderViewImpl; |