| Index: chrome/browser/background/background_contents_service.cc
|
| diff --git a/chrome/browser/background/background_contents_service.cc b/chrome/browser/background/background_contents_service.cc
|
| index e263c96c3c3a6ec5b0d6156fab657177523384cb..41847f15c47257ff0d24edbc351c7469ffdc91a6 100644
|
| --- a/chrome/browser/background/background_contents_service.cc
|
| +++ b/chrome/browser/background/background_contents_service.cc
|
| @@ -639,7 +639,7 @@ void BackgroundContentsService::LoadBackgroundContents(
|
| // TODO(atwilson): Create RenderViews asynchronously to avoid increasing
|
| // startup latency (http://crbug.com/47236).
|
| contents->web_contents()->GetController().LoadURL(
|
| - url, content::Referrer(), content::PAGE_TRANSITION_LINK, std::string());
|
| + url, content::Referrer(), ui::PAGE_TRANSITION_LINK, std::string());
|
| }
|
|
|
| BackgroundContents* BackgroundContentsService::CreateBackgroundContents(
|
|
|