| 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 f61a8880515c12ec65469dc9fc13e336ada400a4..650679a960e9d90e3ef473e6de63a06bd15354ad 100644
|
| --- a/content/browser/indexed_db/indexed_db_context_impl.cc
|
| +++ b/content/browser/indexed_db/indexed_db_context_impl.cc
|
| @@ -31,10 +31,10 @@
|
| #include "content/public/browser/indexed_db_info.h"
|
| #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_proxy.h"
|
| -#include "webkit/browser/quota/special_storage_policy.h"
|
| -#include "webkit/common/database/database_identifier.h"
|
| +#include "storage/browser/database/database_util.h"
|
| +#include "storage/browser/quota/quota_manager_proxy.h"
|
| +#include "storage/browser/quota/special_storage_policy.h"
|
| +#include "storage/common/database/database_identifier.h"
|
|
|
| using base::DictionaryValue;
|
| using base::ListValue;
|
|
|