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

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

Issue 113403006: Update some uses of char16 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.h
diff --git a/chrome/browser/storage_monitor/test_portable_device_watcher_win.h b/chrome/browser/storage_monitor/test_portable_device_watcher_win.h
index 61e544fa38a1de655e97f4fc7e309bcdc3e83b27..a81cb4020de79ae953546323befae6afaf9667e9 100644
--- a/chrome/browser/storage_monitor/test_portable_device_watcher_win.h
+++ b/chrome/browser/storage_monitor/test_portable_device_watcher_win.h
@@ -16,9 +16,9 @@
class TestPortableDeviceWatcherWin : public PortableDeviceWatcherWin {
public:
// MTP device PnP identifiers.
- static const char16 kMTPDeviceWithMultipleStorages[];
- static const char16 kMTPDeviceWithInvalidInfo[];
- static const char16 kMTPDeviceWithValidInfo[];
+ static const base::char16 kMTPDeviceWithMultipleStorages[];
+ static const base::char16 kMTPDeviceWithInvalidInfo[];
+ static const base::char16 kMTPDeviceWithValidInfo[];
// MTP device storage unique identifier.
static const char kStorageUniqueIdA[];

Powered by Google App Engine
This is Rietveld 408576698