Index: views/focus/external_focus_tracker.cc |
diff --git a/views/focus/external_focus_tracker.cc b/views/focus/external_focus_tracker.cc |
index b08d2875600e1635b21bb71ffde432e95dbdf36b..07873598522ed8dca7441b2d5c47d36d8878dcf1 100644 |
--- a/views/focus/external_focus_tracker.cc |
+++ b/views/focus/external_focus_tracker.cc |
@@ -16,7 +16,7 @@ ExternalFocusTracker::ExternalFocusTracker(View* parent_view, |
parent_view_(parent_view) { |
DCHECK(focus_manager); |
DCHECK(parent_view); |
- view_storage_ = ViewStorage::GetSharedInstance(); |
+ view_storage_ = ViewStorage::GetInstance(); |
last_focused_view_storage_id_ = view_storage_->CreateStorageID(); |
// Store the view which is focused when we're created. |
StartTracking(); |