Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(194)

Unified Diff: components/sessions/core/session_service_commands.cc

Issue 2231753002: components: Use stl utilities from the base namespace (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: One more call site Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: components/sessions/core/session_service_commands.cc
diff --git a/components/sessions/core/session_service_commands.cc b/components/sessions/core/session_service_commands.cc
index 29b2f28a80279e1908f0cd2c7fa3960e8e3e1faf..b074ed628e41e82572cb6985c2c0385d270652b8 100644
--- a/components/sessions/core/session_service_commands.cc
+++ b/components/sessions/core/session_service_commands.cc
@@ -897,7 +897,7 @@ void RestoreSessionFromCommands(const ScopedVector<SessionCommand>& commands,
SortTabsBasedOnVisualOrderAndPrune(&windows, valid_windows);
UpdateSelectedTabIndex(valid_windows);
}
- STLDeleteValues(&tabs);
+ base::STLDeleteValues(&tabs);
// Don't delete contents of windows, that is done by the caller as all
// valid windows are added to valid_windows.
}
« no previous file with comments | « components/search_engines/template_url_service_util_unittest.cc ('k') | components/sessions/core/session_types.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698