| Index: chrome/browser/diagnostics/diagnostics_model.cc
|
| diff --git a/chrome/browser/diagnostics/diagnostics_model.cc b/chrome/browser/diagnostics/diagnostics_model.cc
|
| index 4ad99e97cea38b732df754b14f758edbe43738f2..0fc085a26fab304a409eda28fca69060685d51ac 100644
|
| --- a/chrome/browser/diagnostics/diagnostics_model.cc
|
| +++ b/chrome/browser/diagnostics/diagnostics_model.cc
|
| @@ -50,7 +50,7 @@ class DiagnosticsModelImpl : public DiagnosticsModel {
|
| public:
|
| DiagnosticsModelImpl() : tests_run_(0) {}
|
|
|
| - ~DiagnosticsModelImpl() override { STLDeleteElements(&tests_); }
|
| + ~DiagnosticsModelImpl() override { base::STLDeleteElements(&tests_); }
|
|
|
| int GetTestRunCount() const override { return tests_run_; }
|
|
|
|
|