Index: webkit/tools/test_shell/simple_webcookiejar_impl.h |
=================================================================== |
--- webkit/tools/test_shell/simple_webcookiejar_impl.h (revision 112786) |
+++ webkit/tools/test_shell/simple_webcookiejar_impl.h (working copy) |
@@ -6,8 +6,8 @@ |
#define WEBKIT_TOOLS_TEST_SHELL_SIMPLE_WEBCOOKIEJAR_IMPL_H_ |
// TODO(darin): WebCookieJar.h is missing a WebString.h include! |
-#include "third_party/WebKit/Source/WebKit/chromium/public/WebString.h" |
-#include "third_party/WebKit/Source/WebKit/chromium/public/WebCookieJar.h" |
+#include "third_party/WebKit/Source/WebKit/chromium/public/platform/WebString.h" |
+#include "third_party/WebKit/Source/WebKit/chromium/public/platform/WebCookieJar.h" |
class SimpleWebCookieJarImpl : public WebKit::WebCookieJar { |
public: |