| Index: ui/base/win/window_impl.h
|
| ===================================================================
|
| --- ui/base/win/window_impl.h (revision 131755)
|
| +++ ui/base/win/window_impl.h (working copy)
|
| @@ -49,7 +49,7 @@
|
| // Initializes the Window with a parent and an initial desired size.
|
| void Init(HWND parent, const gfx::Rect& bounds);
|
|
|
| - // Retrieves the default window icon to use for windows if none is specified.
|
| + // Returns the default window icon to use for windows of this type.
|
| virtual HICON GetDefaultWindowIcon() const;
|
|
|
| // Returns the HWND associated with this Window.
|
|
|