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

Unified Diff: base/sys_string_conversions_mac_unittest.mm

Issue 10818016: [OSX] Remove wide->NSString conversion (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Removed more widestring code. Created 8 years, 4 months 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 | « base/sys_string_conversions_mac.mm ('k') | chrome/browser/ui/cocoa/login_prompt_cocoa.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/sys_string_conversions_mac_unittest.mm
diff --git a/base/sys_string_conversions_mac_unittest.mm b/base/sys_string_conversions_mac_unittest.mm
index 628b515a94914d7bfbbbd30a245c07239d6c7741..c18f7fba36a3a1588ab979834ec3b17ad8519314 100644
--- a/base/sys_string_conversions_mac_unittest.mm
+++ b/base/sys_string_conversions_mac_unittest.mm
@@ -15,5 +15,4 @@ TEST(SysStrings, ConversionsFromNSString) {
// Conversions should be able to handle a NULL value without crashing.
EXPECT_STREQ("", base::SysNSStringToUTF8(nil).c_str());
EXPECT_EQ(string16(), base::SysNSStringToUTF16(nil));
- EXPECT_STREQ(L"", base::SysNSStringToWide(nil).c_str());
}
« no previous file with comments | « base/sys_string_conversions_mac.mm ('k') | chrome/browser/ui/cocoa/login_prompt_cocoa.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698