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

Unified Diff: content/browser/fileapi/sandbox_file_system_backend_unittest.cc

Issue 1875463002: Remove unused fields from //content. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@scythe-root
Patch Set: Reverting not really needed changes under //gpu. Created 4 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 | « content/browser/download/save_package.cc ('k') | content/browser/frame_host/frame_tree.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/fileapi/sandbox_file_system_backend_unittest.cc
diff --git a/content/browser/fileapi/sandbox_file_system_backend_unittest.cc b/content/browser/fileapi/sandbox_file_system_backend_unittest.cc
index a07a6817e376f8b4f109251fabae99102747df7b..45ddb923474f662605a7891be1e5950d0bfed08d 100644
--- a/content/browser/fileapi/sandbox_file_system_backend_unittest.cc
+++ b/content/browser/fileapi/sandbox_file_system_backend_unittest.cc
@@ -56,11 +56,9 @@ const struct RootPathFileURITest {
storage::FileSystemType type;
const char* origin_url;
const char* expected_path;
- const char* virtual_path;
} kRootPathFileURITestCases[] = {
- {storage::kFileSystemTypeTemporary, "file:///", "000" PS "t", NULL},
- {storage::kFileSystemTypePersistent, "file:///", "000" PS "p", NULL},
-};
+ {storage::kFileSystemTypeTemporary, "file:///", "000" PS "t"},
+ {storage::kFileSystemTypePersistent, "file:///", "000" PS "p"}};
void DidOpenFileSystem(base::File::Error* error_out,
const GURL& origin_url,
« no previous file with comments | « content/browser/download/save_package.cc ('k') | content/browser/frame_host/frame_tree.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698