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

Unified Diff: content/shell/app/shell_breakpad_client.cc

Issue 102593002: Convert string16 to base::string16 in content. (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 | « content/renderer/websharedworker_proxy.cc ('k') | content/shell/browser/shell.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/shell/app/shell_breakpad_client.cc
diff --git a/content/shell/app/shell_breakpad_client.cc b/content/shell/app/shell_breakpad_client.cc
index c4dd86d66592b796b08e773dfddef02a4dfe2b53..8e8a7d085b90149d0f7d59f7ad438f5681d4828f 100644
--- a/content/shell/app/shell_breakpad_client.cc
+++ b/content/shell/app/shell_breakpad_client.cc
@@ -28,8 +28,8 @@ void ShellBreakpadClient::GetProductNameAndVersion(
base::string16* channel_name) {
*product_name = ASCIIToUTF16("content_shell");
*version = ASCIIToUTF16(CONTENT_SHELL_VERSION);
- *special_build = string16();
- *channel_name = string16();
+ *special_build = base::string16();
+ *channel_name = base::string16();
}
#endif
« no previous file with comments | « content/renderer/websharedworker_proxy.cc ('k') | content/shell/browser/shell.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698