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

Unified Diff: storage/browser/test/test_file_system_context.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
« no previous file with comments | « storage/browser/test/test_file_system_context.h ('k') | storage/browser/test/test_file_system_options.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: storage/browser/test/test_file_system_context.cc
diff --git a/content/public/test/test_file_system_context.cc b/storage/browser/test/test_file_system_context.cc
similarity index 92%
rename from content/public/test/test_file_system_context.cc
rename to storage/browser/test/test_file_system_context.cc
index 3f556e6549171ef8eb65d86bab08349e03419a24..323fdb383921d1414008c89319409c2a0562c4e3 100644
--- a/content/public/test/test_file_system_context.cc
+++ b/storage/browser/test/test_file_system_context.cc
@@ -2,18 +2,18 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "content/public/test/test_file_system_context.h"
+#include "storage/browser/test/test_file_system_context.h"
#include <utility>
#include "base/memory/scoped_vector.h"
#include "base/threading/thread_task_runner_handle.h"
-#include "content/public/test/mock_special_storage_policy.h"
-#include "content/public/test/test_file_system_backend.h"
-#include "content/public/test/test_file_system_options.h"
#include "storage/browser/fileapi/external_mount_points.h"
#include "storage/browser/fileapi/file_system_backend.h"
#include "storage/browser/fileapi/file_system_context.h"
+#include "storage/browser/test/mock_special_storage_policy.h"
+#include "storage/browser/test/test_file_system_backend.h"
+#include "storage/browser/test/test_file_system_options.h"
namespace content {
« no previous file with comments | « storage/browser/test/test_file_system_context.h ('k') | storage/browser/test/test_file_system_options.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698