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

Unified Diff: storage/browser/test/mock_quota_manager_proxy.h

Issue 2814123005: Move storage quota unit tests and test doubles next to the files they cover. (Closed)
Patch Set: Move test from test_support to tests target :) 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_quota_manager.cc ('k') | storage/browser/test/mock_quota_manager_proxy.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: storage/browser/test/mock_quota_manager_proxy.h
diff --git a/content/browser/quota/mock_quota_manager_proxy.h b/storage/browser/test/mock_quota_manager_proxy.h
similarity index 98%
rename from content/browser/quota/mock_quota_manager_proxy.h
rename to storage/browser/test/mock_quota_manager_proxy.h
index 3f9ddabdc70613740100fda62d92caea548428af..0677d4e83d0b3130fa90a3788a53b2f796be9d7f 100644
--- a/content/browser/quota/mock_quota_manager_proxy.h
+++ b/storage/browser/test/mock_quota_manager_proxy.h
@@ -8,9 +8,9 @@
#include <stdint.h>
#include "base/macros.h"
-#include "content/browser/quota/mock_quota_manager.h"
#include "storage/browser/quota/quota_client.h"
#include "storage/browser/quota/quota_manager_proxy.h"
+#include "storage/browser/test/mock_quota_manager.h"
#include "storage/common/quota/quota_types.h"
#include "url/gurl.h"
« no previous file with comments | « storage/browser/test/mock_quota_manager.cc ('k') | storage/browser/test/mock_quota_manager_proxy.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698