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() { |