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

Unified Diff: android_webview/native/state_serializer.cc

Issue 61553006: Rename WebKit namespace to blink (part 5) (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
« no previous file with comments | « android_webview/common/render_view_messages.h ('k') | android_webview/native/state_serializer_unittests.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: android_webview/native/state_serializer.cc
diff --git a/android_webview/native/state_serializer.cc b/android_webview/native/state_serializer.cc
index 6791108e92e6e168acae5a16b0bd9cecb05ebbed..f4a628b39a70bf1023f80b24e00c3361f50016fe 100644
--- a/android_webview/native/state_serializer.cc
+++ b/android_webview/native/state_serializer.cc
@@ -221,7 +221,7 @@ bool RestoreNavigationEntryFromPickle(PickleIterator* iterator,
return false;
referrer.url = GURL(referrer_url);
- referrer.policy = static_cast<WebKit::WebReferrerPolicy>(policy);
+ referrer.policy = static_cast<blink::WebReferrerPolicy>(policy);
entry->SetReferrer(referrer);
}
« no previous file with comments | « android_webview/common/render_view_messages.h ('k') | android_webview/native/state_serializer_unittests.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698