| Index: webkit/appcache/appcache_storage.cc
|
| diff --git a/webkit/appcache/appcache_storage.cc b/webkit/appcache/appcache_storage.cc
|
| index 9004caead02fb51f1c81726a7ff6ea0e96c4322d..c012f73098ae63de5010e3c8efc91114f094d15d 100644
|
| --- a/webkit/appcache/appcache_storage.cc
|
| +++ b/webkit/appcache/appcache_storage.cc
|
| @@ -9,8 +9,8 @@
|
| #include "base/stl_util.h"
|
| #include "webkit/appcache/appcache_response.h"
|
| #include "webkit/appcache/appcache_service.h"
|
| -#include "webkit/quota/quota_client.h"
|
| -#include "webkit/quota/quota_manager.h"
|
| +#include "webkit/browser/quota/quota_client.h"
|
| +#include "webkit/browser/quota/quota_manager.h"
|
|
|
| namespace appcache {
|
|
|
|
|