summaryrefslogtreecommitdiffstats
path: root/athena/content/app_activity_registry.cc
diff options
context:
space:
mode:
Diffstat (limited to 'athena/content/app_activity_registry.cc')
-rw-r--r--athena/content/app_activity_registry.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/athena/content/app_activity_registry.cc b/athena/content/app_activity_registry.cc
index 70c1f3b..9981437 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.