Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1616)

Unified Diff: ash/public/cpp/shelf_types.h

Issue 2750463009: mash: Fix ShelfItem mojo struct; add enums and traits. (Closed)
Patch Set: Sync and rebase. Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 {

Powered by Google App Engine
This is Rietveld 408576698