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

Unified Diff: chrome/browser/android/intent_helper.h

Issue 105193002: Replace string16 with base::string16. (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 | « chrome/browser/android/dev_tools_server.cc ('k') | chrome/browser/android/intent_helper.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/android/intent_helper.h
diff --git a/chrome/browser/android/intent_helper.h b/chrome/browser/android/intent_helper.h
index 203690309172d9196b2b036e5092e6084ac09620..95c2e7ecace620d4c843b204dac9e0fc8cb12e0a 100644
--- a/chrome/browser/android/intent_helper.h
+++ b/chrome/browser/android/intent_helper.h
@@ -13,11 +13,11 @@ namespace chrome {
namespace android {
// Triggers a send email intent.
-void SendEmail(const string16& data_email,
- const string16& data_subject,
- const string16& data_body,
- const string16& data_chooser_title,
- const string16& data_file_to_attach);
+void SendEmail(const base::string16& data_email,
+ const base::string16& data_subject,
+ const base::string16& data_body,
+ const base::string16& data_chooser_title,
+ const base::string16& data_file_to_attach);
bool RegisterIntentHelper(JNIEnv* env);
« no previous file with comments | « chrome/browser/android/dev_tools_server.cc ('k') | chrome/browser/android/intent_helper.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698