| Index: ui/views/focus/view_storage.cc
|
| diff --git a/ui/views/focus/view_storage.cc b/ui/views/focus/view_storage.cc
|
| index 204b31d0892e7fcec06e4716f6fc73190bd98345..371e2d1a8ee72ff3551bbdece7ae5d4efe47d1d2 100644
|
| --- a/ui/views/focus/view_storage.cc
|
| +++ b/ui/views/focus/view_storage.cc
|
| @@ -21,8 +21,8 @@ ViewStorage::ViewStorage() : view_storage_next_id_(0) {
|
| }
|
|
|
| ViewStorage::~ViewStorage() {
|
| - STLDeleteContainerPairSecondPointers(view_to_ids_.begin(),
|
| - view_to_ids_.end());
|
| + base::STLDeleteContainerPairSecondPointers(view_to_ids_.begin(),
|
| + view_to_ids_.end());
|
| }
|
|
|
| int ViewStorage::CreateStorageID() {
|
|
|