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

Unified Diff: chrome/browser/storage_monitor/test_portable_device_watcher_win.cc

Issue 120983002: Update some uses of UTF conversions in chrome/browser to use the base:: namespace. (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
Index: chrome/browser/storage_monitor/test_portable_device_watcher_win.cc
diff --git a/chrome/browser/storage_monitor/test_portable_device_watcher_win.cc b/chrome/browser/storage_monitor/test_portable_device_watcher_win.cc
index a79a915655da2620c991e8749310c7f49c2ccce7..c35254dd07f8497449a82dd52570305065a10382 100644
--- a/chrome/browser/storage_monitor/test_portable_device_watcher_win.cc
+++ b/chrome/browser/storage_monitor/test_portable_device_watcher_win.cc
@@ -87,7 +87,7 @@ void TestPortableDeviceWatcherWin::GetMTPStorageDetails(
std::string storage_unique_id = GetMTPStorageUniqueId(pnp_device_id,
storage_object_id);
if (device_location)
- *device_location = UTF8ToUTF16("\\\\" + storage_unique_id);
+ *device_location = base::UTF8ToUTF16("\\\\" + storage_unique_id);
if (unique_id)
*unique_id = storage_unique_id;

Powered by Google App Engine
This is Rietveld 408576698