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

Unified Diff: android_webview/native/state_serializer_unittests.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/native/state_serializer.cc ('k') | android_webview/renderer/aw_content_renderer_client.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: android_webview/native/state_serializer_unittests.cc
diff --git a/android_webview/native/state_serializer_unittests.cc b/android_webview/native/state_serializer_unittests.cc
index 408c8888b4b51fdb27401a95258a7ddd9d7193d4..d3a7080e3d81a235c0927124ff3bd532f866ed42 100644
--- a/android_webview/native/state_serializer_unittests.cc
+++ b/android_webview/native/state_serializer_unittests.cc
@@ -45,7 +45,7 @@ TEST(AndroidWebViewStateSerializerTest, TestNavigationEntrySerialization) {
const GURL virtual_url("http://virtual_url");
content::Referrer referrer;
referrer.url = GURL("http://referrer_url");
- referrer.policy = WebKit::WebReferrerPolicyOrigin;
+ referrer.policy = blink::WebReferrerPolicyOrigin;
const string16 title(UTF8ToUTF16("title"));
const content::PageState page_state =
content::PageState::CreateFromEncodedData("completely bogus state");
« no previous file with comments | « android_webview/native/state_serializer.cc ('k') | android_webview/renderer/aw_content_renderer_client.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698