Index: ash/display/display_manager.cc |
diff --git a/ash/display/display_manager.cc b/ash/display/display_manager.cc |
index 83d747ae108880399fa798a8da5d5228c5e88955..123a2c9b4b8b667e5d41058129a0541ebbe56fbb 100644 |
--- a/ash/display/display_manager.cc |
+++ b/ash/display/display_manager.cc |
@@ -36,7 +36,7 @@ |
#endif |
#if defined(OS_CHROMEOS) |
-#include "ash/display/output_configurator_animation.h" |
+#include "ash/display/display_configurator_animation.h" |
#include "base/sys_info.h" |
#endif |
@@ -888,8 +888,8 @@ void DisplayManager::SetMirrorMode(bool mirrored) { |
} |
UpdateDisplays(display_info_list); |
#if defined(OS_CHROMEOS) |
- if (Shell::GetInstance()->output_configurator_animation()) { |
- Shell::GetInstance()->output_configurator_animation()-> |
+ if (Shell::GetInstance()->display_configurator_animation()) { |
+ Shell::GetInstance()->display_configurator_animation()-> |
StartFadeInAnimation(); |
} |
#endif |