| Index: chrome/browser/sync_file_system/task_logger.cc
|
| diff --git a/chrome/browser/sync_file_system/task_logger.cc b/chrome/browser/sync_file_system/task_logger.cc
|
| index 00e2196ac774be9e5dfa0f21398e5c4016f27245..fcfa16d49c4b36c3d873774032b5b3fd9a1ad8c8 100644
|
| --- a/chrome/browser/sync_file_system/task_logger.cc
|
| +++ b/chrome/browser/sync_file_system/task_logger.cc
|
| @@ -53,7 +53,7 @@ void TaskLogger::RecordLog(std::unique_ptr<TaskLog> log) {
|
| }
|
|
|
| void TaskLogger::ClearLog() {
|
| - STLDeleteContainerPointers(log_history_.begin(), log_history_.end());
|
| + base::STLDeleteContainerPointers(log_history_.begin(), log_history_.end());
|
| log_history_.clear();
|
| }
|
|
|
|
|