X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fchrome%2Fbrowser%2Fchromeos%2Ffirst_run%2Fdrive_first_run_controller.cc;h=57f5dafdec1eec32ce19056ce549c9c75868f932;hb=3545e9f2671f595d2a2f3ee75ca0393b01e35ef6;hp=c69b2ed8adcbfbc014ab3055267cf343e094096e;hpb=7d210d4c7e9ba36e635eabc5b5780495f8a63292;p=platform%2Fframework%2Fweb%2Fcrosswalk.git diff --git a/src/chrome/browser/chromeos/first_run/drive_first_run_controller.cc b/src/chrome/browser/chromeos/first_run/drive_first_run_controller.cc index c69b2ed..57f5daf 100644 --- a/src/chrome/browser/chromeos/first_run/drive_first_run_controller.cc +++ b/src/chrome/browser/chromeos/first_run/drive_first_run_controller.cc @@ -221,7 +221,7 @@ void DriveWebContentsManager::StartLoad() { web_contents_.get()); content::NavigationController::LoadURLParams load_params(url); - load_params.transition_type = content::PAGE_TRANSITION_GENERATED; + load_params.transition_type = ui::PAGE_TRANSITION_GENERATED; web_contents_->GetController().LoadURLWithParams(load_params); content::WebContentsObserver::Observe(web_contents_.get()); @@ -318,7 +318,7 @@ bool DriveWebContentsManager::ShouldCreateWebContents( contents->web_contents()->GetController().LoadURL( target_url, content::Referrer(), - content::PAGE_TRANSITION_LINK, + ui::PAGE_TRANSITION_LINK, std::string()); // Return false as we already created the WebContents here.