| Index: components/storage_monitor/test_storage_monitor_win.cc
|
| diff --git a/components/storage_monitor/test_storage_monitor_win.cc b/components/storage_monitor/test_storage_monitor_win.cc
|
| index 63dec3d82f8e25eb74d60d7e6db5d2a5bfc2a923..b85aeb05ffd771d93ff39aeaa547c2f595de586a 100644
|
| --- a/components/storage_monitor/test_storage_monitor_win.cc
|
| +++ b/components/storage_monitor/test_storage_monitor_win.cc
|
| @@ -22,7 +22,7 @@ TestStorageMonitorWin::TestStorageMonitorWin(
|
| TestStorageMonitorWin::~TestStorageMonitorWin() {
|
| }
|
|
|
| -void TestStorageMonitorWin::InjectDeviceChange(UINT event_type, DWORD data) {
|
| +void TestStorageMonitorWin::InjectDeviceChange(UINT event_type, LPARAM data) {
|
| OnDeviceChange(event_type, data);
|
| }
|
|
|
|
|