| Index: chrome/browser/printing/print_preview_tab_controller_unittest.cc
|
| ===================================================================
|
| --- chrome/browser/printing/print_preview_tab_controller_unittest.cc (revision 105162)
|
| +++ chrome/browser/printing/print_preview_tab_controller_unittest.cc (working copy)
|
| @@ -94,7 +94,7 @@
|
| // Simulate a reload event on |preview_tab|.
|
| scoped_ptr<NavigationEntry> entry;
|
| entry.reset(new NavigationEntry());
|
| - entry->set_transition_type(PageTransition::RELOAD);
|
| + entry->set_transition_type(content::PAGE_TRANSITION_RELOAD);
|
| content::LoadCommittedDetails details;
|
| details.type = NavigationType::SAME_PAGE;
|
| details.entry = entry.get();
|
|
|