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

Unified Diff: chrome/browser/storage_monitor/removable_device_constants.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/removable_device_constants.h
diff --git a/chrome/browser/storage_monitor/removable_device_constants.h b/chrome/browser/storage_monitor/removable_device_constants.h
index a7d9363fc448a65e74c581e60127bad612524dad..2b3ede8c9ff187ceedb5c5d05a9b90c1b352e3db 100644
--- a/chrome/browser/storage_monitor/removable_device_constants.h
+++ b/chrome/browser/storage_monitor/removable_device_constants.h
@@ -19,7 +19,7 @@ extern const char kVendorModelVolumeStoragePrefix[];
#if defined(OS_WIN)
// Windows portable device interface GUID constant.
-extern const char16 kWPDDevInterfaceGUID[];
+extern const base::char16 kWPDDevInterfaceGUID[];
#endif
extern const base::FilePath::CharType kDCIMDirectoryName[];

Powered by Google App Engine
This is Rietveld 408576698