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

Unified Diff: storage/browser/test/test_file_system_backend.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/test_file_system_backend.h ('k') | storage/browser/test/test_file_system_context.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_backend.cc
diff --git a/content/public/test/test_file_system_backend.cc b/storage/browser/test/test_file_system_backend.cc
similarity index 98%
rename from content/public/test/test_file_system_backend.cc
rename to storage/browser/test/test_file_system_backend.cc
index 82c4781e537444663acedc54c40239a3f9adf397..76320d018ba10884154ef55bc1b322460e8298ee 100644
--- a/content/public/test/test_file_system_backend.cc
+++ b/storage/browser/test/test_file_system_backend.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/public/test/test_file_system_backend.h"
+#include "storage/browser/test/test_file_system_backend.h"
#include <set>
#include <string>
@@ -127,15 +127,13 @@ TestFileSystemBackend::TestFileSystemBackend(
update_observers_.AddObserver(quota_util_.get(), task_runner_.get());
}
-TestFileSystemBackend::~TestFileSystemBackend() {
-}
+TestFileSystemBackend::~TestFileSystemBackend() {}
bool TestFileSystemBackend::CanHandleType(storage::FileSystemType type) const {
return (type == storage::kFileSystemTypeTest);
}
-void TestFileSystemBackend::Initialize(FileSystemContext* context) {
-}
+void TestFileSystemBackend::Initialize(FileSystemContext* context) {}
void TestFileSystemBackend::ResolveURL(const FileSystemURL& url,
storage::OpenFileSystemMode mode,
« no previous file with comments | « storage/browser/test/test_file_system_backend.h ('k') | storage/browser/test/test_file_system_context.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698