 Chromium Code Reviews
 Chromium Code Reviews Issue 
            10449042:
    Remove wchar/wstring version of StringPrintf.  (Closed)
    
  
    Issue 
            10449042:
    Remove wchar/wstring version of StringPrintf.  (Closed) 
  | DescriptionRemove wchar/wstring version of StringPrintf.
None of actual usage of StringPrintf(wchar_t*) requires wchar support.
All of them can be replaced by char version of StringPrintf, with
conversion to wstring by ASCIIToWide().
The original intent of this CL is because Android doesn't support wide
characters. But Android suppplies a header wchar.h without a real
implementation, which makes code compile on Android. 4 base_unittests
fail on Android.
BUG=23581
TEST=GeolocationWifiDataProviderCommonTest.MacAddressString
   Patch Set 1 #Patch Set 2 : 'fix clang errors' #
      Total comments: 2
      
     Patch Set 3 : #
      Total comments: 1
      
     Messages
    Total messages: 16 (0 generated)
     |