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

Unified Diff: content/public/test/test_navigation_observer.cc

Issue 2228403003: content: Use stl utilities from the base namespace (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebased 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
« no previous file with comments | « content/public/test/test_launcher.cc ('k') | content/renderer/android/synchronous_compositor_filter.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/test/test_navigation_observer.cc
diff --git a/content/public/test/test_navigation_observer.cc b/content/public/test/test_navigation_observer.cc
index 1371ba32a937ae3d648d93ccc01c780c9ffddbd6..b8a57a20c2a9a50b4c8014b27669c274170424a4 100644
--- a/content/public/test/test_navigation_observer.cc
+++ b/content/public/test/test_navigation_observer.cc
@@ -110,8 +110,8 @@ TestNavigationObserver::TestNavigationObserver(
TestNavigationObserver::~TestNavigationObserver() {
StopWatchingNewWebContents();
- STLDeleteContainerPointers(web_contents_observers_.begin(),
- web_contents_observers_.end());
+ base::STLDeleteContainerPointers(web_contents_observers_.begin(),
+ web_contents_observers_.end());
}
void TestNavigationObserver::Wait() {
« no previous file with comments | « content/public/test/test_launcher.cc ('k') | content/renderer/android/synchronous_compositor_filter.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698