| Index: storage/browser/fileapi/isolated_context.cc
|
| diff --git a/storage/browser/fileapi/isolated_context.cc b/storage/browser/fileapi/isolated_context.cc
|
| index 6edc40d6c2bc0a13e8ccc2d7cd0b2739d8b84169..0ca6d25ea3dc16c50fd0f4fa4dbb1193f86f1f6f 100644
|
| --- a/storage/browser/fileapi/isolated_context.cc
|
| +++ b/storage/browser/fileapi/isolated_context.cc
|
| @@ -424,8 +424,8 @@ IsolatedContext::IsolatedContext() {
|
| }
|
|
|
| IsolatedContext::~IsolatedContext() {
|
| - STLDeleteContainerPairSecondPointers(instance_map_.begin(),
|
| - instance_map_.end());
|
| + base::STLDeleteContainerPairSecondPointers(instance_map_.begin(),
|
| + instance_map_.end());
|
| }
|
|
|
| FileSystemURL IsolatedContext::CrackFileSystemURL(
|
|
|