Index: ash/high_contrast/high_contrast_controller.cc |
diff --git a/ash/high_contrast/high_contrast_controller.cc b/ash/high_contrast/high_contrast_controller.cc |
index 38c0ee7ef7e1abf3fe8ef7e7d071e3f834692615..9406dce47d4005a7d941683b8e05ab77e4321842 100644 |
--- a/ash/high_contrast/high_contrast_controller.cc |
+++ b/ash/high_contrast/high_contrast_controller.cc |
@@ -13,11 +13,11 @@ |
namespace ash { |
HighContrastController::HighContrastController() : enabled_(false) { |
- WmShell::Get()->AddShellObserver(this); |
+ Shell::GetInstance()->AddShellObserver(this); |
} |
HighContrastController::~HighContrastController() { |
- WmShell::Get()->RemoveShellObserver(this); |
+ Shell::GetInstance()->RemoveShellObserver(this); |
} |
void HighContrastController::SetEnabled(bool enabled) { |