Index: remoting/host/elevated_controller_module_win.cc |
diff --git a/remoting/host/elevated_controller_module_win.cc b/remoting/host/elevated_controller_module_win.cc |
index 9d6442b14b0634534411efcca97d5b407e7cf3aa..f4cc407fe1193c60a080f12b19bc09c7e9a8d63a 100644 |
--- a/remoting/host/elevated_controller_module_win.cc |
+++ b/remoting/host/elevated_controller_module_win.cc |
@@ -28,7 +28,7 @@ class ElevatedControllerModuleWin |
remoting::ElevatedControllerModuleWin _AtlModule; |
-int WINAPI WinMain(HINSTANCE, HINSTANCE, LPSTR, int command) { |
+int WINAPI WinMain(HINSTANCE instance, HINSTANCE, LPSTR, int command) { |
CommandLine::Init(0, NULL); |
// This object instance is required by Chrome code (for example, |