| Index: webkit/browser/quota/quota_temporary_storage_evictor.cc
|
| diff --git a/webkit/quota/quota_temporary_storage_evictor.cc b/webkit/browser/quota/quota_temporary_storage_evictor.cc
|
| similarity index 98%
|
| rename from webkit/quota/quota_temporary_storage_evictor.cc
|
| rename to webkit/browser/quota/quota_temporary_storage_evictor.cc
|
| index 5e4e088a1706f3f080d0de3dfec10ae93f8f9f79..626184dc2358af9a3eb5a553473827304bc54bb3 100644
|
| --- a/webkit/quota/quota_temporary_storage_evictor.cc
|
| +++ b/webkit/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/quota/quota_temporary_storage_evictor.h"
|
| +#include "webkit/browser/quota/quota_temporary_storage_evictor.h"
|
|
|
| #include <algorithm>
|
|
|
| #include "base/bind.h"
|
| #include "base/metrics/histogram.h"
|
| #include "googleurl/src/gurl.h"
|
| -#include "webkit/quota/quota_manager.h"
|
| +#include "webkit/browser/quota/quota_manager.h"
|
|
|
| #define UMA_HISTOGRAM_MBYTES(name, sample) \
|
| UMA_HISTOGRAM_CUSTOM_COUNTS( \
|
|
|