| Index: ash/shelf/shelf_navigator.cc
|
| diff --git a/ash/shelf/shelf_navigator.cc b/ash/shelf/shelf_navigator.cc
|
| index 0f787a7a0a1b717b3f3ee0a9ef561ee0f1860c49..9bbb843826dd277bdd2b9149f42b702f70ac1ca0 100644
|
| --- a/ash/shelf/shelf_navigator.cc
|
| +++ b/ash/shelf/shelf_navigator.cc
|
| @@ -13,10 +13,8 @@ namespace {
|
| // Returns true if accelerator processing should skip the shelf item with the
|
| // specified type.
|
| bool ShouldSkip(ShelfItemType type) {
|
| - return type == TYPE_APP_LIST ||
|
| - type == TYPE_BROWSER_SHORTCUT ||
|
| - type == TYPE_APP_SHORTCUT ||
|
| - type == TYPE_WINDOWED_APP;
|
| + return type == TYPE_APP_LIST || type == TYPE_BROWSER_SHORTCUT ||
|
| + type == TYPE_APP_SHORTCUT || type == TYPE_WINDOWED_APP;
|
| }
|
|
|
| } // namespace
|
|
|