| 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 42d2a8d513de60078e35ac4fc304c60b1d3c2614..5def5d8f2966dda548443cceec5539aac5b0f703 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 "webkit/browser/quota/quota_client.h"
|
| -#include "webkit/browser/quota/quota_task.h"
|
| -#include "webkit/common/quota/quota_types.h"
|
| +#include "storage/browser/quota/quota_client.h"
|
| +#include "storage/browser/quota/quota_task.h"
|
| +#include "storage/common/quota/quota_types.h"
|
|
|
| namespace content {
|
| class AppCacheQuotaClientTest;
|
|
|