diff options
Diffstat (limited to 'components/resource_provider/resource_provider_apptest.cc')
-rw-r--r-- | components/resource_provider/resource_provider_apptest.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/resource_provider/resource_provider_apptest.cc b/components/resource_provider/resource_provider_apptest.cc index cc5bfe1..aecd282 100644 --- a/components/resource_provider/resource_provider_apptest.cc +++ b/components/resource_provider/resource_provider_apptest.cc @@ -55,7 +55,7 @@ class ResourceProviderApplicationTest : public mojo::test::ApplicationTestBase { // resources are returned. The return map maps from the path to the contents // of the file at the specified path. ResourceContentsMap GetResources(const std::set<std::string>& paths) { - ResourceLoader loader(shell(), paths); + ResourceLoader loader(connector(), paths); loader.BlockUntilLoaded(); // Load the contents of each of the handles. |