| Index: chrome/browser/system_monitor/removable_device_constants.h
|
| diff --git a/chrome/browser/system_monitor/removable_device_constants.h b/chrome/browser/system_monitor/removable_device_constants.h
|
| index 8969565cd952dbaf38793ec3044426434c6b8b1c..903043ff755a294aa6dd6c824cc82c83ca53c344 100644
|
| --- a/chrome/browser/system_monitor/removable_device_constants.h
|
| +++ b/chrome/browser/system_monitor/removable_device_constants.h
|
| @@ -5,6 +5,7 @@
|
| #ifndef CHROME_BROWSER_SYSTEM_MONITOR_REMOVABLE_DEVICE_CONSTANTS_H_
|
| #define CHROME_BROWSER_SYSTEM_MONITOR_REMOVABLE_DEVICE_CONSTANTS_H_
|
|
|
| +#include "base/string16.h"
|
| #include "build/build_config.h"
|
|
|
| namespace chrome {
|
| @@ -17,6 +18,11 @@ extern const char kVendorModelSerialPrefix[];
|
| extern const char kVendorModelVolumeStoragePrefix[];
|
| #endif
|
|
|
| +#if defined(OS_WIN)
|
| +// Windows portable device interface GUID constant.
|
| +extern const char16 kWPDDevInterfaceGUID[];
|
| +#endif
|
| +
|
| } // namespace chrome
|
|
|
| #endif // CHROME_BROWSER_SYSTEM_MONITOR_REMOVABLE_DEVICE_CONSTANTS_H_
|
|
|