| Index: chrome/plugin/webplugin_delegate_stub.cc
 | 
| diff --git a/chrome/plugin/webplugin_delegate_stub.cc b/chrome/plugin/webplugin_delegate_stub.cc
 | 
| index ac19f319c5968e2051a00f6c347c9f1b8b5811d9..c02b42fd3798480709eba31085966f39011d5ce9 100644
 | 
| --- a/chrome/plugin/webplugin_delegate_stub.cc
 | 
| +++ b/chrome/plugin/webplugin_delegate_stub.cc
 | 
| @@ -18,8 +18,8 @@
 | 
|  #include "third_party/npapi/bindings/npapi.h"
 | 
|  #include "third_party/npapi/bindings/npruntime.h"
 | 
|  #include "skia/ext/platform_device.h"
 | 
| -#include "webkit/api/public/WebBindings.h"
 | 
| -#include "webkit/api/public/WebCursorInfo.h"
 | 
| +#include "third_party/WebKit/WebKit/chromium/public/WebBindings.h"
 | 
| +#include "third_party/WebKit/WebKit/chromium/public/WebCursorInfo.h"
 | 
|  #include "webkit/glue/plugins/webplugin_delegate_impl.h"
 | 
|  #include "webkit/glue/webcursor.h"
 | 
|  
 | 
| 
 |