diff options
Diffstat (limited to 'chrome/browser/shell_dialogs.h')
-rw-r--r-- | chrome/browser/shell_dialogs.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/shell_dialogs.h b/chrome/browser/shell_dialogs.h index 4285364..421f461 100644 --- a/chrome/browser/shell_dialogs.h +++ b/chrome/browser/shell_dialogs.h @@ -18,7 +18,7 @@ class ChromeFont; // A base class for shell dialogs. class BaseShellDialog { public: - // Returns true if the a shell dialog box is currently being shown modally + // Returns true if a shell dialog box is currently being shown modally // to the specified owner. virtual bool IsRunning(gfx::NativeWindow owning_window) const = 0; |