| Index: ash/test/ash_test_environment_content.cc
|
| diff --git a/ash/test/ash_test_environment_content.cc b/ash/test/ash_test_environment_content.cc
|
| index e0d228ca1ff35d086998b5f79ed7fd2eeee58b46..6b4898244ae2c71f8ca697949aa689353fdb7870 100644
|
| --- a/ash/test/ash_test_environment_content.cc
|
| +++ b/ash/test/ash_test_environment_content.cc
|
| @@ -66,7 +66,7 @@ base::SequencedWorkerPool* AshTestEnvironmentContent::GetBlockingPool() {
|
| return content::BrowserThread::GetBlockingPool();
|
| }
|
|
|
| -std::unique_ptr<views::ViewsDelegate>
|
| +std::unique_ptr<AshTestViewsDelegate>
|
| AshTestEnvironmentContent::CreateViewsDelegate() {
|
| return base::MakeUnique<AshTestViewsDelegateContent>();
|
| }
|
|
|