Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(100)

Unified Diff: webkit/browser/quota/quota_temporary_storage_evictor.cc

Issue 16010007: Move webkit/quota files to webkit/browser/quota or webkit/common/quota (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 7 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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( \

Powered by Google App Engine
This is Rietveld 408576698