| Index: ash/system/chromeos/tray_display.cc
|
| diff --git a/ash/system/chromeos/tray_display.cc b/ash/system/chromeos/tray_display.cc
|
| index bfe814ab55e2babed46509859c66b1cb7de56213..84f53692df06a6b9727ffffcd058a4fb1d313f13 100644
|
| --- a/ash/system/chromeos/tray_display.cc
|
| +++ b/ash/system/chromeos/tray_display.cc
|
| @@ -79,7 +79,7 @@ class DisplayView : public ash::internal::ActionableView {
|
| // Returns the name of the currently connected external display.
|
| base::string16 GetExternalDisplayName() const {
|
| DisplayManager* display_manager = Shell::GetInstance()->display_manager();
|
| - int64 external_id = display_manager->mirrored_display_id();
|
| + int64 external_id = display_manager->mirrored_display().id();
|
|
|
| if (external_id == gfx::Display::kInvalidDisplayID) {
|
| int64 internal_display_id = gfx::Display::InternalDisplayId();
|
|
|