Index: content/browser/frame_host/navigation_controller_impl_unittest.cc |
diff --git a/content/browser/frame_host/navigation_controller_impl_unittest.cc b/content/browser/frame_host/navigation_controller_impl_unittest.cc |
index 9fa414041578c46ef1547be2ae7b8c5a3f9091b7..4126c97576202a1eb89c0aec0b0316d4c58d3c47 100644 |
--- a/content/browser/frame_host/navigation_controller_impl_unittest.cc |
+++ b/content/browser/frame_host/navigation_controller_impl_unittest.cc |
@@ -499,7 +499,7 @@ TEST_F(NavigationControllerTest, LoadURLWithParams) { |
NavigationController::LoadURLParams load_params(GURL("http://foo")); |
load_params.referrer = |
- Referrer(GURL("http://referrer"), WebKit::WebReferrerPolicyDefault); |
+ Referrer(GURL("http://referrer"), blink::WebReferrerPolicyDefault); |
load_params.transition_type = PAGE_TRANSITION_GENERATED; |
load_params.extra_headers = "content-type: text/plain"; |
load_params.load_type = NavigationController::LOAD_TYPE_DEFAULT; |