| Index: chrome/browser/browsing_data/browsing_data_remover.cc
|
| diff --git a/chrome/browser/browsing_data/browsing_data_remover.cc b/chrome/browser/browsing_data/browsing_data_remover.cc
|
| index 86db7fbed0ef9873ee05152bd2a1b188bd60cdba..330c5e6f37715f4a86be0f158d7299f015600294 100644
|
| --- a/chrome/browser/browsing_data/browsing_data_remover.cc
|
| +++ b/chrome/browser/browsing_data/browsing_data_remover.cc
|
| @@ -70,9 +70,9 @@
|
| #include "net/ssl/channel_id_store.h"
|
| #include "net/url_request/url_request_context.h"
|
| #include "net/url_request/url_request_context_getter.h"
|
| -#include "webkit/browser/quota/quota_manager.h"
|
| -#include "webkit/browser/quota/special_storage_policy.h"
|
| -#include "webkit/common/quota/quota_types.h"
|
| +#include "storage/browser/quota/quota_manager.h"
|
| +#include "storage/browser/quota/special_storage_policy.h"
|
| +#include "storage/common/quota/quota_types.h"
|
|
|
| #if defined(OS_CHROMEOS)
|
| #include "chrome/browser/chromeos/profiles/profile_helper.h"
|
|
|