| Index: content/browser/webui/web_ui.cc
|
| ===================================================================
|
| --- content/browser/webui/web_ui.cc (revision 105162)
|
| +++ content/browser/webui/web_ui.cc (working copy)
|
| @@ -42,7 +42,7 @@
|
| : hide_favicon_(false),
|
| focus_location_bar_by_default_(false),
|
| should_hide_url_(false),
|
| - link_transition_type_(PageTransition::LINK),
|
| + link_transition_type_(content::PAGE_TRANSITION_LINK),
|
| bindings_(content::BINDINGS_POLICY_WEB_UI),
|
| register_callback_overwrites_(false),
|
| tab_contents_(contents) {
|
|
|