| Index: chrome/browser/android/vr_shell/ui_elements/exit_prompt_backplane.cc
|
| diff --git a/chrome/browser/android/vr_shell/ui_elements/exit_prompt_backplane.cc b/chrome/browser/android/vr_shell/ui_elements/exit_prompt_backplane.cc
|
| index 6dcd5a834b64feec1350c0bee69498501a9a1fe8..9d2c755f715690934be0216fdd7399679ef07d27 100644
|
| --- a/chrome/browser/android/vr_shell/ui_elements/exit_prompt_backplane.cc
|
| +++ b/chrome/browser/android/vr_shell/ui_elements/exit_prompt_backplane.cc
|
| @@ -9,8 +9,9 @@
|
| namespace vr_shell {
|
|
|
| ExitPromptBackplane::ExitPromptBackplane(
|
| + int id,
|
| const base::Callback<void()>& click_callback)
|
| - : click_callback_(click_callback) {}
|
| + : UiElement(id), click_callback_(click_callback) {}
|
|
|
| ExitPromptBackplane::~ExitPromptBackplane() = default;
|
|
|
|
|