[WebModal] Rename NativeWebContentsModalDialogManager to SingleWebContentsDialogManager.
This includes a couple of other method name updates as well.
[email protected]
Review URL: https://codereview.chromium.org/231173004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@263866 0039d316-1c4b-4281-b951-d872f2087c98
diff --git a/components/web_modal.gypi b/components/web_modal.gypi
index 656d94d3..356cb7e 100644
--- a/components/web_modal.gypi
+++ b/components/web_modal.gypi
@@ -22,7 +22,7 @@
'web_modal/modal_dialog_host.cc',
'web_modal/modal_dialog_host.h',
'web_modal/native_web_contents_modal_dialog.h',
- 'web_modal/native_web_contents_modal_dialog_manager.h',
+ 'web_modal/single_web_contents_dialog_manager.h',
'web_modal/web_contents_modal_dialog_host.cc',
'web_modal/web_contents_modal_dialog_host.h',
'web_modal/web_contents_modal_dialog_manager.cc',