| Index: webkit/appcache/web_application_cache_host_impl.cc
|
| diff --git a/webkit/appcache/web_application_cache_host_impl.cc b/webkit/appcache/web_application_cache_host_impl.cc
|
| index 2b9eafbf72bea5d53cfb90e70ce71362dc89fed1..0b44238c2243dd2bc8fa058e026d60539f3f5787 100644
|
| --- a/webkit/appcache/web_application_cache_host_impl.cc
|
| +++ b/webkit/appcache/web_application_cache_host_impl.cc
|
| @@ -8,9 +8,9 @@
|
| #include "base/id_map.h"
|
| #include "base/string_util.h"
|
| #include "base/stringprintf.h"
|
| -#include "third_party/WebKit/Source/Platform/chromium/public/WebURL.h"
|
| -#include "third_party/WebKit/Source/Platform/chromium/public/WebURLRequest.h"
|
| -#include "third_party/WebKit/Source/Platform/chromium/public/WebURLResponse.h"
|
| +#include "third_party/WebKit/public/platform/WebURL.h"
|
| +#include "third_party/WebKit/public/platform/WebURLRequest.h"
|
| +#include "third_party/WebKit/public/platform/WebURLResponse.h"
|
| #include "third_party/WebKit/Source/WebKit/chromium/public/WebDataSource.h"
|
| #include "third_party/WebKit/Source/WebKit/chromium/public/WebFrame.h"
|
|
|
|
|