diff options
Diffstat (limited to 'webkit/appcache/web_application_cache_host_impl.h')
-rw-r--r-- | webkit/appcache/web_application_cache_host_impl.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/webkit/appcache/web_application_cache_host_impl.h b/webkit/appcache/web_application_cache_host_impl.h index 7595a5d..543e6ea1 100644 --- a/webkit/appcache/web_application_cache_host_impl.h +++ b/webkit/appcache/web_application_cache_host_impl.h @@ -9,8 +9,8 @@ #include "base/time.h" #include "googleurl/src/gurl.h" #include "third_party/WebKit/Source/WebKit/chromium/public/WebApplicationCacheHostClient.h" -#include "third_party/WebKit/Source/WebKit/chromium/public/WebURLResponse.h" -#include "third_party/WebKit/Source/WebKit/chromium/public/WebVector.h" +#include "third_party/WebKit/Source/WebKit/chromium/public/platform/WebURLResponse.h" +#include "third_party/WebKit/Source/WebKit/chromium/public/platform/WebVector.h" #include "webkit/appcache/appcache_export.h" #include "webkit/appcache/appcache_interfaces.h" |