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

Unified Diff: chrome/browser/automation/automation_provider_win.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/automation/automation_provider_win.cc
diff --git a/chrome/browser/automation/automation_provider_win.cc b/chrome/browser/automation/automation_provider_win.cc
index aabf491b228d0434dcbedf6790c3a6939f53c2b3..a1b45584a5284bbe950c4f0af4604648e01ba59c 100644
--- a/chrome/browser/automation/automation_provider_win.cc
+++ b/chrome/browser/automation/automation_provider_win.cc
@@ -229,7 +229,7 @@ void AutomationProvider::NavigateInExternalTab(
NavigationController* tab = tab_tracker_->GetResource(handle);
tab->LoadURL(
url,
- content::Referrer(referrer, WebKit::WebReferrerPolicyDefault),
+ content::Referrer(referrer, blink::WebReferrerPolicyDefault),
content::PAGE_TRANSITION_TYPED, std::string());
*status = AUTOMATION_MSG_NAVIGATION_SUCCESS;
}
« no previous file with comments | « chrome/browser/automation/automation_provider.cc ('k') | chrome/browser/automation/testing_automation_provider.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698