Index: chrome/test/data/chromeos/file_manager/share_dialog_mock/index.html |
diff --git a/chrome/test/data/chromeos/file_manager/share_dialog_mock/index.html b/chrome/test/data/chromeos/file_manager/share_dialog_mock/index.html |
index cbade9ea7025aab8d11db13492af9ca5a842ad4d..51ef2beef1c8f9cfddc3ff9d9e691196257d0001 100644 |
--- a/chrome/test/data/chromeos/file_manager/share_dialog_mock/index.html |
+++ b/chrome/test/data/chromeos/file_manager/share_dialog_mock/index.html |
@@ -7,7 +7,7 @@ |
<body style="display: none"> |
<div id="container"> |
This is a mocked sharing dialog. |
- <button onclick="javascript:client.setVisible(false);">Close</button> |
+ <button onclick="javascript:shareDialog.setVisible(false);">Close</button> |
</div> |
</body> |
</html> |