Chromium Code Reviews| Index: chrome_frame/chrome_active_document.h |
| =================================================================== |
| --- chrome_frame/chrome_active_document.h (revision 74235) |
| +++ chrome_frame/chrome_active_document.h (working copy) |
| @@ -448,7 +448,7 @@ |
| protected: |
| typedef std::map<int, OLECMDF> CommandStatusMap; |
| - NavigationInfo navigation_info_; |
| + scoped_ptr<NavigationInfo> navigation_info_; |
| bool is_doc_object_; |
| // This indicates whether this is the first navigation in this |