| Index: webkit/tools/test_shell/simple_webcookiejar_impl.h
|
| diff --git a/webkit/tools/test_shell/simple_webcookiejar_impl.h b/webkit/tools/test_shell/simple_webcookiejar_impl.h
|
| index 2798d6afee5631f7f909d21577f8b9e22b44e716..93ea5b5dda6b26edde1d62327f791f74d9daa60c 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:
|
|
|