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

Unified Diff: storage/browser/quota/special_storage_policy.cc

Issue 442383002: Move storage-related files from webkit/ to new top-level directory storage/ (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . 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
« no previous file with comments | « storage/browser/quota/special_storage_policy.h ('k') | storage/browser/quota/storage_monitor.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: storage/browser/quota/special_storage_policy.cc
diff --git a/webkit/browser/quota/special_storage_policy.cc b/storage/browser/quota/special_storage_policy.cc
similarity index 82%
rename from webkit/browser/quota/special_storage_policy.cc
rename to storage/browser/quota/special_storage_policy.cc
index 9aacb04660e6fbab29ff01d835b20b03cca19e93..00367888e34a6460bc610c24f007f3d8cdc128f0 100644
--- a/webkit/browser/quota/special_storage_policy.cc
+++ b/storage/browser/quota/special_storage_policy.cc
@@ -2,15 +2,18 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "webkit/browser/quota/special_storage_policy.h"
+#include "storage/browser/quota/special_storage_policy.h"
namespace quota {
-SpecialStoragePolicy::Observer::~Observer() {}
+SpecialStoragePolicy::Observer::~Observer() {
+}
-SpecialStoragePolicy::SpecialStoragePolicy() {}
+SpecialStoragePolicy::SpecialStoragePolicy() {
+}
-SpecialStoragePolicy::~SpecialStoragePolicy() {}
+SpecialStoragePolicy::~SpecialStoragePolicy() {
+}
void SpecialStoragePolicy::AddObserver(Observer* observer) {
observers_.AddObserver(observer);
« no previous file with comments | « storage/browser/quota/special_storage_policy.h ('k') | storage/browser/quota/storage_monitor.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698