Chromium Code Reviews| Index: ash/devtools/ash_devtools_unittest.cc |
| diff --git a/ash/devtools/ash_devtools_unittest.cc b/ash/devtools/ash_devtools_unittest.cc |
| index fa58b51484c8574b472e9cf671b9f902fc679bd6..29d7ca1f487c60cf9b327a641cf9bb906ad2a2c5 100644 |
| --- a/ash/devtools/ash_devtools_unittest.cc |
| +++ b/ash/devtools/ash_devtools_unittest.cc |
| @@ -178,7 +178,7 @@ void ExpectHighlighted(const gfx::Rect& bounds, int root_window_index) { |
| } |
| WmWindow* GetPrimaryRootWindow() { |
| - return WmShell::Get()->GetPrimaryRootWindow(); |
| + return ShellPort::Get()->GetPrimaryRootWindow(); |
|
oshima
2017/04/14 04:54:26
this isn't your change, is it?
wutao
2017/04/14 07:48:28
The old version is in my another cl (not landed ye
|
| } |
| } // namespace |