summaryrefslogtreecommitdiffstats
path: root/webkit/tools/test_shell/simple_webcookiejar_impl.h
diff options
context:
space:
mode:
Diffstat (limited to 'webkit/tools/test_shell/simple_webcookiejar_impl.h')
-rw-r--r--webkit/tools/test_shell/simple_webcookiejar_impl.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/webkit/tools/test_shell/simple_webcookiejar_impl.h b/webkit/tools/test_shell/simple_webcookiejar_impl.h
index 2798d6a..93ea5b5 100644
--- a/webkit/tools/test_shell/simple_webcookiejar_impl.h
+++ b/webkit/tools/test_shell/simple_webcookiejar_impl.h
@@ -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/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"
class SimpleWebCookieJarImpl : public WebKit::WebCookieJar {
public: