| Index: chrome/browser/ui/browser_window.h
|
| diff --git a/chrome/browser/ui/browser_window.h b/chrome/browser/ui/browser_window.h
|
| index dc33811144dfbac498605de9115ee6f3dc01adf1..4c54625686678b000489c684d7e410c4c6ad1998 100644
|
| --- a/chrome/browser/ui/browser_window.h
|
| +++ b/chrome/browser/ui/browser_window.h
|
| @@ -283,8 +283,8 @@ class BrowserWindow : public ui::BaseWindow {
|
| bool app_modal,
|
| const base::Callback<void(bool)>& callback) = 0;
|
|
|
| - // ThemeService calls this when a user has changed his or her theme,
|
| - // indicating that it's time to redraw everything.
|
| + // ThemeService calls this when a user has changed their theme, indicating
|
| + // that it's time to redraw everything.
|
| virtual void UserChangedTheme() = 0;
|
|
|
| // Shows the website settings using the specified information. |virtual_url|
|
|
|