| Index: content/browser/indexed_db/indexed_db_context_impl.cc | 
| diff --git a/content/browser/indexed_db/indexed_db_context_impl.cc b/content/browser/indexed_db/indexed_db_context_impl.cc | 
| index df99bf42a9fd1362c90c7e97a29d916f3b4ddc1f..af84c294076e64c64c0f3adee8b65bafb7623158 100644 | 
| --- a/content/browser/indexed_db/indexed_db_context_impl.cc | 
| +++ b/content/browser/indexed_db/indexed_db_context_impl.cc | 
| @@ -30,7 +30,7 @@ | 
| #include "content/public/common/content_switches.h" | 
| #include "ui/base/text/bytes_formatting.h" | 
| #include "webkit/browser/database/database_util.h" | 
| -#include "webkit/browser/quota/quota_manager.h" | 
| +#include "webkit/browser/quota/quota_manager_proxy.h" | 
| #include "webkit/browser/quota/special_storage_policy.h" | 
| #include "webkit/common/database/database_identifier.h" | 
|  | 
|  |