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

Unified Diff: android_webview/common/aw_hit_test_data.h

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/common/aw_content_client.cc ('k') | android_webview/common/print_messages.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: android_webview/common/aw_hit_test_data.h
diff --git a/android_webview/common/aw_hit_test_data.h b/android_webview/common/aw_hit_test_data.h
index ee600f52c13f8691e8f763be456448729352b128..8e5919b71bd852c7e356cbc1961755dc9ef85eba 100644
--- a/android_webview/common/aw_hit_test_data.h
+++ b/android_webview/common/aw_hit_test_data.h
@@ -66,8 +66,8 @@ struct AwHitTestData {
// Java.
int type; // Only values from enum Type above.
std::string extra_data_for_type;
- string16 href;
- string16 anchor_text;
+ base::string16 href;
+ base::string16 anchor_text;
GURL img_src;
AwHitTestData();
« no previous file with comments | « android_webview/common/aw_content_client.cc ('k') | android_webview/common/print_messages.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698