| Index: storage/browser/quota/quota_temporary_storage_evictor.cc
|
| diff --git a/webkit/browser/quota/quota_temporary_storage_evictor.cc b/storage/browser/quota/quota_temporary_storage_evictor.cc
|
| similarity index 98%
|
| rename from webkit/browser/quota/quota_temporary_storage_evictor.cc
|
| rename to storage/browser/quota/quota_temporary_storage_evictor.cc
|
| index 3eaad3fcaae99edab36a4c3f3f6daebb8ef0c447..cb4c504b023890cfbb4bbc70c38e33a80a1ea4c3 100644
|
| --- a/webkit/browser/quota/quota_temporary_storage_evictor.cc
|
| +++ b/storage/browser/quota/quota_temporary_storage_evictor.cc
|
| @@ -2,14 +2,14 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "webkit/browser/quota/quota_temporary_storage_evictor.h"
|
| +#include "storage/browser/quota/quota_temporary_storage_evictor.h"
|
|
|
| #include <algorithm>
|
|
|
| #include "base/bind.h"
|
| #include "base/metrics/histogram.h"
|
| +#include "storage/browser/quota/quota_manager.h"
|
| #include "url/gurl.h"
|
| -#include "webkit/browser/quota/quota_manager.h"
|
|
|
| #define UMA_HISTOGRAM_MBYTES(name, sample) \
|
| UMA_HISTOGRAM_CUSTOM_COUNTS( \
|
|
|