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

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

Issue 2368913003: Populate storage_unittests target. (Closed)
Patch Set: Removed unnecessary include from storage/browser/blob/blob_storage_context_unittest.cc. Created 4 years, 3 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: storage/browser/test/mock_quota_manager_unittest.cc
diff --git a/content/browser/quota/mock_quota_manager_unittest.cc b/storage/browser/test/mock_quota_manager_unittest.cc
similarity index 98%
rename from content/browser/quota/mock_quota_manager_unittest.cc
rename to storage/browser/test/mock_quota_manager_unittest.cc
index e71c3eed49de17911d7a2b8759368c2c9e4220c3..5e8223299b47f1e7a1d5e62147645d7a52aadcd8 100644
--- a/content/browser/quota/mock_quota_manager_unittest.cc
+++ b/storage/browser/test/mock_quota_manager_unittest.cc
@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "content/browser/quota/mock_quota_manager.h"
+#include "storage/browser/test/mock_quota_manager.h"
#include <memory>
#include <set>
@@ -13,8 +13,8 @@
#include "base/macros.h"
#include "base/run_loop.h"
#include "base/threading/thread_task_runner_handle.h"
-#include "content/public/test/mock_special_storage_policy.h"
-#include "content/public/test/mock_storage_client.h"
+#include "storage/browser/test/mock_special_storage_policy.h"
+#include "storage/browser/test/mock_storage_client.h"
#include "testing/gtest/include/gtest/gtest.h"
using storage::kQuotaStatusOk;
« no previous file with comments | « storage/browser/test/mock_quota_manager_proxy.cc ('k') | storage/browser/test/mock_special_storage_policy.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698