Index: chrome/browser/android/vr_shell/ui_scene.cc |
diff --git a/chrome/browser/android/vr_shell/ui_scene.cc b/chrome/browser/android/vr_shell/ui_scene.cc |
index f07076f8066683b9a7a4c5674883f99c8dbbea96..369a7f32a5cd365d3321a228e61f7ca53d0156f3 100644 |
--- a/chrome/browser/android/vr_shell/ui_scene.cc |
+++ b/chrome/browser/android/vr_shell/ui_scene.cc |
@@ -293,7 +293,7 @@ void UiScene::HandleCommands(std::unique_ptr<base::ListValue> commands, |
int64_t time_in_micro) { |
for (auto& item : *commands) { |
base::DictionaryValue* dict; |
- CHECK(item->GetAsDictionary(&dict)); |
+ CHECK(item.GetAsDictionary(&dict)); |
Command type; |
base::DictionaryValue* data; |