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

Unified Diff: android_webview/native/state_serializer_unittests.cc

Issue 100453010: Add base:: to string16s in android_webview/. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years 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 d3a7080e3d81a235c0927124ff3bd532f866ed42..18fb101be96cc92543d8cd7d4ccb6d26f881b875 100644
--- a/android_webview/native/state_serializer_unittests.cc
+++ b/android_webview/native/state_serializer_unittests.cc
@@ -46,7 +46,7 @@ TEST(AndroidWebViewStateSerializerTest, TestNavigationEntrySerialization) {
content::Referrer referrer;
referrer.url = GURL("http://referrer_url");
referrer.policy = blink::WebReferrerPolicyOrigin;
- const string16 title(UTF8ToUTF16("title"));
+ const base::string16 title(UTF8ToUTF16("title"));
const content::PageState page_state =
content::PageState::CreateFromEncodedData("completely bogus state");
const bool has_post_data = true;
« 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