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

Unified Diff: content/public/test/mock_special_storage_policy.cc

Issue 259083002: Move mock_special_storage_policy from webkit/ to content/public/test/ (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 6 years, 8 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: content/public/test/mock_special_storage_policy.cc
diff --git a/webkit/browser/quota/mock_special_storage_policy.cc b/content/public/test/mock_special_storage_policy.cc
similarity index 91%
rename from webkit/browser/quota/mock_special_storage_policy.cc
rename to content/public/test/mock_special_storage_policy.cc
index 027a35d8ef37b45f6206bb3b8de1c56b39bad0ca..b364b0a631aa2a55b9d82993f62a852b5c5dc7ea 100644
--- a/webkit/browser/quota/mock_special_storage_policy.cc
+++ b/content/public/test/mock_special_storage_policy.cc
@@ -2,11 +2,11 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "webkit/browser/quota/mock_special_storage_policy.h"
+#include "content/public/test/mock_special_storage_policy.h"
#include "base/stl_util.h"
-namespace quota {
+namespace content {
MockSpecialStoragePolicy::MockSpecialStoragePolicy()
: all_unlimited_(false) {
@@ -44,4 +44,4 @@ bool MockSpecialStoragePolicy::HasSessionOnlyOrigins() {
MockSpecialStoragePolicy::~MockSpecialStoragePolicy() {}
-} // namespace quota
+} // namespace content
« no previous file with comments | « content/public/test/mock_special_storage_policy.h ('k') | content/public/test/sandbox_file_system_test_helper.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698