| Index: webkit/appcache/web_application_cache_host_impl.h
 | 
| diff --git a/webkit/appcache/web_application_cache_host_impl.h b/webkit/appcache/web_application_cache_host_impl.h
 | 
| index c530eba4d74049b7504b086eaa2d281756c66fe2..e5e529e4ccbafc8b7af983abea43792705e71341 100644
 | 
| --- a/webkit/appcache/web_application_cache_host_impl.h
 | 
| +++ b/webkit/appcache/web_application_cache_host_impl.h
 | 
| @@ -6,8 +6,8 @@
 | 
|  #define WEBKIT_APPCACHE_WEB_APPLICATION_CACHE_HOST_IMPL_H_
 | 
|  
 | 
|  #include "googleurl/src/gurl.h"
 | 
| -#include "webkit/api/public/WebApplicationCacheHostClient.h"
 | 
| -#include "webkit/api/public/WebURLResponse.h"
 | 
| +#include "third_party/WebKit/WebKit/chromium/public/WebApplicationCacheHostClient.h"
 | 
| +#include "third_party/WebKit/WebKit/chromium/public/WebURLResponse.h"
 | 
|  #include "webkit/appcache/appcache_interfaces.h"
 | 
|  
 | 
|  namespace appcache {
 | 
| 
 |