Chromium Code Reviews| Index: ash/public/cpp/shelf_types.h |
| diff --git a/ash/public/cpp/shelf_types.h b/ash/public/cpp/shelf_types.h |
| index 5cec6237288886b1e1f26d4f02ce68489d114667..3fad7e2cc6772331898ecd9e43a84359f12ec7c6 100644 |
| --- a/ash/public/cpp/shelf_types.h |
| +++ b/ash/public/cpp/shelf_types.h |
| @@ -89,8 +89,8 @@ enum ShelfAction { |
| SHELF_ACTION_APP_LIST_SHOWN, |
| }; |
| -typedef int ShelfID; |
| -const int kInvalidShelfID = 0; |
| +typedef int64_t ShelfID; |
|
James Cook
2017/03/16 16:48:50
nit: using ShelfID = int64_t
Also, are there any
msw
2017/03/16 23:15:50
Done.
|
| +const int64_t kInvalidShelfID = 0; |
| // The type of a shelf item. |
| enum ShelfItemType { |