| Index: components/resource_provider/resource_provider_unittest.cc
|
| diff --git a/components/resource_provider/resource_provider_unittest.cc b/components/resource_provider/resource_provider_unittest.cc
|
| index ac4e1440d6a9e4c2a1f0332f3f2997f574981f8c..46e60d7465fc3ff8ed2b7a12263a89c6f49fd3f9 100644
|
| --- a/components/resource_provider/resource_provider_unittest.cc
|
| +++ b/components/resource_provider/resource_provider_unittest.cc
|
| @@ -10,10 +10,10 @@
|
| namespace resource_provider {
|
| namespace test {
|
|
|
| -class ResourceProviderTest : public mojo::test::ShellTest {
|
| +class ResourceProviderTest : public shell::test::ShellTest {
|
| public:
|
| ResourceProviderTest()
|
| - : mojo::test::ShellTest("exe:resource_provider_unittests") {}
|
| + : shell::test::ShellTest("exe:resource_provider_unittests") {}
|
| ~ResourceProviderTest() override {}
|
|
|
| private:
|
|
|