| Index: ash/test/test_shell_delegate.cc
|
| diff --git a/ash/test/test_shell_delegate.cc b/ash/test/test_shell_delegate.cc
|
| index f2b3722c04cab8a9947a22726d98a10fe3902693..b7a4823d936dac2aaeeae36958595a363dd2c013 100644
|
| --- a/ash/test/test_shell_delegate.cc
|
| +++ b/ash/test/test_shell_delegate.cc
|
| @@ -137,7 +137,7 @@ void TestShellDelegate::HandleMediaPlayPause() {
|
| void TestShellDelegate::HandleMediaPrevTrack() {
|
| }
|
|
|
| -ui::MenuModel* TestShellDelegate::CreateContextMenu(aura::RootWindow* root) {
|
| +ui::MenuModel* TestShellDelegate::CreateContextMenu(aura::Window* root) {
|
| return NULL;
|
| }
|
|
|
|
|