| Index: ash/extended_desktop_unittest.cc
|
| diff --git a/ash/extended_desktop_unittest.cc b/ash/extended_desktop_unittest.cc
|
| index d4fc79bfabfe4375f8fb38e4137d6eb6e7c14538..035e925d78ab9f1185de281b8e6db41d43f47d05 100644
|
| --- a/ash/extended_desktop_unittest.cc
|
| +++ b/ash/extended_desktop_unittest.cc
|
| @@ -36,7 +36,7 @@ namespace {
|
| void SetSecondaryDisplayLayout(DisplayPlacement::Position position) {
|
| scoped_ptr<DisplayLayout> layout =
|
| Shell::GetInstance()->display_manager()->GetCurrentDisplayLayout().Copy();
|
| - layout->placement_list[0]->position = position;
|
| + layout->placement_list[0].position = position;
|
| Shell::GetInstance()->display_manager()->SetLayoutForCurrentDisplays(
|
| std::move(layout));
|
| }
|
|
|