Index: chrome/browser/apps/app_launch_for_metro_restart_win.cc |
diff --git a/chrome/browser/apps/app_launch_for_metro_restart_win.cc b/chrome/browser/apps/app_launch_for_metro_restart_win.cc |
index 3fedd2a9398ae18dccee10af2f2cc65d2fbfa186..b8d5e14e1f0f8fbc98aa97fbc8c8ef4c08201f9b 100644 |
--- a/chrome/browser/apps/app_launch_for_metro_restart_win.cc |
+++ b/chrome/browser/apps/app_launch_for_metro_restart_win.cc |
@@ -44,8 +44,7 @@ void LaunchAppWithId(Profile* profile, |
return; |
AppRuntimeEventRouter::DispatchOnLaunchedEvent( |
- profile, extension, extensions::SOURCE_RESTART, |
- std::unique_ptr<extensions::api::app_runtime::ActionData>()); |
+ profile, extension, extensions::SOURCE_RESTART, nullptr); |
} |
} // namespace |