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

Unified Diff: chrome/browser/platform_util_unittest.cc

Issue 2568033002: mediaview: Skeleton for ARC Documents Provider FS. (Closed)
Patch Set: Remove unused weak_ptr_factory_. Created 4 years 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: chrome/browser/platform_util_unittest.cc
diff --git a/chrome/browser/platform_util_unittest.cc b/chrome/browser/platform_util_unittest.cc
index b17f4806be0be19ea4900a7ce374ca4fae226c55..a929cb675eb613c19e383eb3b733f75334e35988 100644
--- a/chrome/browser/platform_util_unittest.cc
+++ b/chrome/browser/platform_util_unittest.cc
@@ -56,7 +56,7 @@ class PlatformUtilTestContentBrowserClient : public ChromeContentBrowserClient {
// New FileSystemBackend that uses our MockSpecialStoragePolicy.
chromeos::FileSystemBackend* backend = new chromeos::FileSystemBackend(
- nullptr, nullptr, nullptr, nullptr, external_mount_points,
+ nullptr, nullptr, nullptr, nullptr, nullptr, external_mount_points,
storage::ExternalMountPoints::GetSystemInstance());
additional_backends->push_back(backend);
}

Powered by Google App Engine
This is Rietveld 408576698