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

Unified Diff: components/storage_monitor/test_storage_monitor_win.cc

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
« no previous file with comments | « components/storage_monitor/test_storage_monitor_win.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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);
}
« no previous file with comments | « components/storage_monitor/test_storage_monitor_win.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698