Index: athena/content/app_activity_registry.cc |
diff --git a/athena/content/app_activity_registry.cc b/athena/content/app_activity_registry.cc |
index 70c1f3b3b166d614668cb59f1cd704ab5fd4ef94..99814377846bd822d72ea3f1883beac2fea0fe29 100644 |
--- a/athena/content/app_activity_registry.cc |
+++ b/athena/content/app_activity_registry.cc |
@@ -119,7 +119,7 @@ void AppActivityRegistry::DelayedUnload() { |
AppActivity* AppActivityRegistry::GetMruActivity() { |
DCHECK(activity_list_.size()); |
WindowListProvider* window_list_provider = |
- WindowManager::GetInstance()->GetWindowListProvider(); |
+ WindowManager::Get()->GetWindowListProvider(); |
const aura::Window::Windows& children = |
window_list_provider->GetWindowList(); |
// Find the first window in the container which is part of the application. |