| Index: chrome/test/base/ash_test_environment_chrome.h
|
| diff --git a/chrome/test/base/ash_test_environment_chrome.h b/chrome/test/base/ash_test_environment_chrome.h
|
| index 06708c85e85f5763f4d042723d23e4bf9eab3f48..38199fcc9f3bedd8ac53102cb3850f0304504959 100644
|
| --- a/chrome/test/base/ash_test_environment_chrome.h
|
| +++ b/chrome/test/base/ash_test_environment_chrome.h
|
| @@ -15,7 +15,8 @@ class AshTestEnvironmentChrome : public ash::test::AshTestEnvironment {
|
|
|
| // AshTestEnvironment:
|
| base::SequencedWorkerPool* GetBlockingPool() override;
|
| - std::unique_ptr<views::ViewsDelegate> CreateViewsDelegate() override;
|
| + std::unique_ptr<ash::test::AshTestViewsDelegate> CreateViewsDelegate()
|
| + override;
|
|
|
| private:
|
| DISALLOW_COPY_AND_ASSIGN(AshTestEnvironmentChrome);
|
|
|