diff options
Diffstat (limited to 'webkit/glue/webthread_impl.h')
-rw-r--r-- | webkit/glue/webthread_impl.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/webkit/glue/webthread_impl.h b/webkit/glue/webthread_impl.h index be9a4ba..f71a582 100644 --- a/webkit/glue/webthread_impl.h +++ b/webkit/glue/webthread_impl.h @@ -8,7 +8,7 @@ #include "base/threading/thread.h" #include "base/memory/scoped_ptr.h" -#include "third_party/WebKit/Source/Platform/chromium/public/WebThread.h" +#include "third_party/WebKit/public/platform/WebThread.h" #include "webkit/glue/webkit_glue_export.h" namespace webkit_glue { |