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

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

Issue 492873002: Collapse fileapi, webkit_blob, webkit_database, quota, and webkit_common namespaces into single sto… (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix chromeos build Created 6 years, 4 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/browser/quota/quota_temporary_storage_evictor.cc b/webkit/browser/quota/quota_temporary_storage_evictor.cc
index 47a36f86fef5d75be7284856f8e7357998c93710..3eaad3fcaae99edab36a4c3f3f6daebb8ef0c447 100644
--- a/webkit/browser/quota/quota_temporary_storage_evictor.cc
+++ b/webkit/browser/quota/quota_temporary_storage_evictor.cc
@@ -29,7 +29,7 @@ const int kThresholdOfErrorsToStopEviction = 5;
const int kHistogramReportIntervalMinutes = 60;
}
-namespace quota {
+namespace storage {
const int QuotaTemporaryStorageEvictor::
kMinAvailableDiskSpaceToStartEvictionNotSpecified = -1;
@@ -258,4 +258,4 @@ void QuotaTemporaryStorageEvictor::OnEvictionComplete(
}
}
-} // namespace quota
+} // namespace storage
« no previous file with comments | « webkit/browser/quota/quota_temporary_storage_evictor.h ('k') | webkit/browser/quota/special_storage_policy.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698