| Index: content/browser/storage_partition_impl.cc
|
| diff --git a/content/browser/storage_partition_impl.cc b/content/browser/storage_partition_impl.cc
|
| index d078a745101d079bd1056e1fba4755110deadd67..42a5195fb805f58499d442683916ceab46688ab7 100644
|
| --- a/content/browser/storage_partition_impl.cc
|
| +++ b/content/browser/storage_partition_impl.cc
|
| @@ -21,8 +21,8 @@
|
| #include "net/cookies/cookie_monster.h"
|
| #include "net/url_request/url_request_context.h"
|
| #include "net/url_request/url_request_context_getter.h"
|
| -#include "webkit/browser/database/database_tracker.h"
|
| -#include "webkit/browser/quota/quota_manager.h"
|
| +#include "storage/browser/database/database_tracker.h"
|
| +#include "storage/browser/quota/quota_manager.h"
|
|
|
| namespace content {
|
|
|
|
|