| Index: chrome/worker/nativewebworker_impl.h
 | 
| diff --git a/chrome/worker/nativewebworker_impl.h b/chrome/worker/nativewebworker_impl.h
 | 
| index 240713683edf5d8bcd216daac958e39778da37c8..ac7e80136b2e6347369673de16f20a7a36bec83c 100644
 | 
| --- a/chrome/worker/nativewebworker_impl.h
 | 
| +++ b/chrome/worker/nativewebworker_impl.h
 | 
| @@ -6,8 +6,8 @@
 | 
|  #define CHROME_WORKER_NATIVEWORKER_H_
 | 
|  
 | 
|  #include "base/basictypes.h"
 | 
| -#include "webkit/api/public/WebWorker.h"
 | 
| -#include "webkit/api/public/WebWorkerClient.h"
 | 
| +#include "third_party/WebKit/WebKit/chromium/public/WebWorker.h"
 | 
| +#include "third_party/WebKit/WebKit/chromium/public/WebWorkerClient.h"
 | 
|  
 | 
|  
 | 
|  // Forward declaration for the listener thread pointer.
 | 
| 
 |