| Index: content/browser/appcache/appcache_quota_client.h
|
| diff --git a/content/browser/appcache/appcache_quota_client.h b/content/browser/appcache/appcache_quota_client.h
|
| index 1ea3de656ebc8bc7e1c6d361af661a1637212315..e421a4247bf160d3ee8203a591cdbaf69be62d86 100644
|
| --- a/content/browser/appcache/appcache_quota_client.h
|
| +++ b/content/browser/appcache/appcache_quota_client.h
|
| @@ -15,9 +15,9 @@
|
| #include "content/browser/appcache/appcache_storage.h"
|
| #include "content/common/content_export.h"
|
| #include "net/base/completion_callback.h"
|
| +#include "storage/browser/quota/quota_client.h"
|
| +#include "storage/browser/quota/quota_task.h"
|
| #include "storage/common/quota/quota_types.h"
|
| -#include "webkit/browser/quota/quota_client.h"
|
| -#include "webkit/browser/quota/quota_task.h"
|
|
|
| namespace content {
|
| class AppCacheQuotaClientTest;
|
|
|