Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(6624)

Unified Diff: chrome/browser/ui/extensions/application_launch.cc

Issue 63273002: Rename WebKit namespace to blink (part 4) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/ui/extensions/application_launch.cc
diff --git a/chrome/browser/ui/extensions/application_launch.cc b/chrome/browser/ui/extensions/application_launch.cc
index aff09f159f02c66b0452146bbde2771fb751fd2b..164d33acf1ef484aa8354a9ea6cb483dc2471d97 100644
--- a/chrome/browser/ui/extensions/application_launch.cc
+++ b/chrome/browser/ui/extensions/application_launch.cc
@@ -276,7 +276,7 @@ WebContents* OpenApplicationTab(const AppLaunchParams& launch_params) {
existing_tab->OpenURL(content::OpenURLParams(
extension_url,
content::Referrer(existing_tab->GetURL(),
- WebKit::WebReferrerPolicyDefault),
+ blink::WebReferrerPolicyDefault),
disposition, content::PAGE_TRANSITION_LINK, false));
// Reset existing_tab as OpenURL() may have clobbered it.
existing_tab = browser->tab_strip_model()->GetActiveWebContents();
« no previous file with comments | « chrome/browser/ui/cocoa/tab_contents/render_view_context_menu_mac.mm ('k') | chrome/browser/ui/find_bar/find_tab_helper.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698