| Index: chrome/browser/ui/views/extensions/extension_dialog_observer.h
|
| diff --git a/chrome/browser/ui/views/extensions/extension_dialog_observer.h b/chrome/browser/ui/views/extensions/extension_dialog_observer.h
|
| index 7883d59fbcf844c50c05504561159b93c025e972..aeb79807c900830b47559eb94dae8df4abc4dd15 100644
|
| --- a/chrome/browser/ui/views/extensions/extension_dialog_observer.h
|
| +++ b/chrome/browser/ui/views/extensions/extension_dialog_observer.h
|
| @@ -17,7 +17,7 @@ class ExtensionDialogObserver {
|
| // Called when the ExtensionDialog is closing. Note that it
|
| // is ref-counted, and thus will be released shortly after
|
| // making this delegate call.
|
| - virtual void ExtensionDialogIsClosing(ExtensionDialog* popup) = 0;
|
| + virtual void ExtensionDialogClosing(ExtensionDialog* popup) = 0;
|
| };
|
|
|
| #endif // CHROME_BROWSER_UI_VIEWS_EXTENSIONS_EXTENSION_DIALOG_OBSERVER_H_
|
|
|