summaryrefslogtreecommitdiffstats
path: root/webkit/tools/test_shell/test_navigation_controller.h
diff options
context:
space:
mode:
Diffstat (limited to 'webkit/tools/test_shell/test_navigation_controller.h')
-rw-r--r--webkit/tools/test_shell/test_navigation_controller.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/webkit/tools/test_shell/test_navigation_controller.h b/webkit/tools/test_shell/test_navigation_controller.h
index c99a238..da78bac 100644
--- a/webkit/tools/test_shell/test_navigation_controller.h
+++ b/webkit/tools/test_shell/test_navigation_controller.h
@@ -34,6 +34,7 @@
#include <vector>
#include "base/basictypes.h"
+#include "base/linked_ptr.h"
#include "base/ref_counted.h"
#include "googleurl/src/gurl.h"
#include "webkit/glue/weburlrequest.h"
@@ -193,7 +194,7 @@ class TestNavigationController {
void UpdateMaxPageID();
// List of NavigationEntry for this tab
- typedef std::vector<TestNavigationEntry*> NavigationEntryList;
+ typedef std::vector< linked_ptr<TestNavigationEntry> > NavigationEntryList;
typedef NavigationEntryList::iterator NavigationEntryListIterator;
NavigationEntryList entries_;