| Index: content/browser/appcache/appcache_storage.cc
|
| diff --git a/content/browser/appcache/appcache_storage.cc b/content/browser/appcache/appcache_storage.cc
|
| index a51eaea9b56f0baf53f550d6f53ab8b703df6b8b..077000616ae55b80cb4b91a102d61bee827c1c5b 100644
|
| --- a/content/browser/appcache/appcache_storage.cc
|
| +++ b/content/browser/appcache/appcache_storage.cc
|
| @@ -9,8 +9,8 @@
|
| #include "base/stl_util.h"
|
| #include "content/browser/appcache/appcache_response.h"
|
| #include "content/browser/appcache/appcache_service_impl.h"
|
| -#include "webkit/browser/quota/quota_client.h"
|
| -#include "webkit/browser/quota/quota_manager_proxy.h"
|
| +#include "storage/browser/quota/quota_client.h"
|
| +#include "storage/browser/quota/quota_manager_proxy.h"
|
|
|
| namespace content {
|
|
|
|
|