| Index: ash/common/wm/window_state.cc
|
| diff --git a/ash/common/wm/window_state.cc b/ash/common/wm/window_state.cc
|
| index 6fb6621f0feffcb2988e7c0f0bb7bef7e988254d..e3b5cbb9d223309f4d1a012947c0a5d141ab059b 100644
|
| --- a/ash/common/wm/window_state.cc
|
| +++ b/ash/common/wm/window_state.cc
|
| @@ -112,7 +112,7 @@ bool WindowState::IsUserPositionable() const {
|
| }
|
|
|
| bool WindowState::ShouldBeExcludedFromMru() const {
|
| - return (window_->GetBoolProperty(ash::WmWindowProperty::EXCLUDE_FROM_MRU));
|
| + return window_->GetBoolProperty(ash::WmWindowProperty::EXCLUDE_FROM_MRU);
|
| }
|
|
|
| bool WindowState::CanMaximize() const {
|
|
|