| Index: app/win/window_impl.h
|
| diff --git a/app/win/window_impl.h b/app/win/window_impl.h
|
| index ad1fc870a2f6c4feb79b86db1b8ebb59ed6064fe..c1e1cdb906091b2b4aaab398ac9f7d10907d3dac 100644
|
| --- a/app/win/window_impl.h
|
| +++ b/app/win/window_impl.h
|
| @@ -87,9 +87,6 @@ class WindowImpl : public MessageMapInterface {
|
| // If necessary, this registers the window class.
|
| std::wstring GetWindowClassName();
|
|
|
| - // All classes registered by WidgetWin start with this name.
|
| - static const wchar_t* const kBaseClassName;
|
| -
|
| // Window Styles used when creating the window.
|
| DWORD window_style_;
|
|
|
|
|