| Index: webkit/renderer/appcache/web_application_cache_host_impl.h
|
| diff --git a/webkit/renderer/appcache/web_application_cache_host_impl.h b/webkit/renderer/appcache/web_application_cache_host_impl.h
|
| index 588a54c5a61573df5b1d2c00f6221d2d538256ec..752ad83de65034b4fe06ab2e54ab1925e973c4ea 100644
|
| --- a/webkit/renderer/appcache/web_application_cache_host_impl.h
|
| +++ b/webkit/renderer/appcache/web_application_cache_host_impl.h
|
| @@ -7,10 +7,10 @@
|
|
|
| #include <string>
|
|
|
| -#include "googleurl/src/gurl.h"
|
| -#include "third_party/WebKit/public/web/WebApplicationCacheHostClient.h"
|
| #include "third_party/WebKit/public/platform/WebURLResponse.h"
|
| #include "third_party/WebKit/public/platform/WebVector.h"
|
| +#include "third_party/WebKit/public/web/WebApplicationCacheHostClient.h"
|
| +#include "url/gurl.h"
|
| #include "webkit/common/appcache/appcache_interfaces.h"
|
| #include "webkit/renderer/webkit_storage_renderer_export.h"
|
|
|
|
|