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

Unified Diff: storage/browser/test/mock_special_storage_policy.cc

Issue 2815743002: Move a couple of blob tests next to the files they cover. (Closed)
Patch Set: Fix gn check, take 2. Created 3 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
« no previous file with comments | « storage/browser/test/mock_special_storage_policy.h ('k') | storage/browser/test/test_file_system_backend.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: storage/browser/test/mock_special_storage_policy.cc
diff --git a/content/public/test/mock_special_storage_policy.cc b/storage/browser/test/mock_special_storage_policy.cc
similarity index 87%
rename from content/public/test/mock_special_storage_policy.cc
rename to storage/browser/test/mock_special_storage_policy.cc
index 0226b98e030ce1b1287dd87fcc21e319adf7d674..3f1a198972a180cadf88e0175f0bf7c0bc463bd3 100644
--- a/content/public/test/mock_special_storage_policy.cc
+++ b/storage/browser/test/mock_special_storage_policy.cc
@@ -2,15 +2,13 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "content/public/test/mock_special_storage_policy.h"
+#include "storage/browser/test/mock_special_storage_policy.h"
#include "base/stl_util.h"
namespace content {
-MockSpecialStoragePolicy::MockSpecialStoragePolicy()
- : all_unlimited_(false) {
-}
+MockSpecialStoragePolicy::MockSpecialStoragePolicy() : all_unlimited_(false) {}
bool MockSpecialStoragePolicy::IsStorageProtected(const GURL& origin) {
return base::ContainsKey(protected_, origin);
« no previous file with comments | « storage/browser/test/mock_special_storage_policy.h ('k') | storage/browser/test/test_file_system_backend.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698