Index: chrome/browser/system_monitor/removable_device_constants.cc |
diff --git a/chrome/browser/system_monitor/removable_device_constants.cc b/chrome/browser/system_monitor/removable_device_constants.cc |
index 00726176a9548c3678d023c69e272df1f6a048ae..df2083c95a42ed58a4a42270f5e955534b033eeb 100644 |
--- a/chrome/browser/system_monitor/removable_device_constants.cc |
+++ b/chrome/browser/system_monitor/removable_device_constants.cc |
@@ -13,4 +13,8 @@ const char kVendorModelSerialPrefix[] = "VendorModelSerial:"; |
const char kVendorModelVolumeStoragePrefix[] = "VendorModelVolumeStorage:"; |
#endif |
+#if defined(OS_WIN) |
+const char16 kWPDDevInterfaceGUID[] = L"{6ac27878-a6fa-4155-ba85-f98f491d4f33}"; |
+#endif |
+ |
} // namespace chrome |