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

Unified Diff: components/storage_monitor/test_storage_monitor_win.h

Issue 1250713002: Fix pointer truncation in component_unittests. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 5 months 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: components/storage_monitor/test_storage_monitor_win.h
diff --git a/components/storage_monitor/test_storage_monitor_win.h b/components/storage_monitor/test_storage_monitor_win.h
index 2ffd0701444b4fd0380be534dea0f86e25873fe5..150b2459720e237d0aea58117579ce31c71bb7ff 100644
--- a/components/storage_monitor/test_storage_monitor_win.h
+++ b/components/storage_monitor/test_storage_monitor_win.h
@@ -26,7 +26,7 @@ class TestStorageMonitorWin: public StorageMonitorWin {
~TestStorageMonitorWin() override;
- void InjectDeviceChange(UINT event_type, DWORD data);
+ void InjectDeviceChange(UINT event_type, LPARAM data);
VolumeMountWatcherWin* volume_mount_watcher();
« no previous file with comments | « components/storage_monitor/storage_monitor_win_unittest.cc ('k') | components/storage_monitor/test_storage_monitor_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698