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

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

Issue 2860503002: mash: Replace int ShelfIDs with AppLaunchID strings. (Closed)
Patch Set: Restore AppLaunchId class via using ShelfID = AppLaunchId; cleanup. Created 3 years, 7 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.cc
diff --git a/ash/public/cpp/shelf_types.cc b/ash/public/cpp/shelf_types.cc
index a4cb0fd44fd23a19918f47c12e9868625cd41a02..7e670a7739545946ce52084d46a2748febd7114d 100644
--- a/ash/public/cpp/shelf_types.cc
+++ b/ash/public/cpp/shelf_types.cc
@@ -4,6 +4,8 @@
#include "ash/public/cpp/shelf_types.h"
+#include "base/logging.h"
msw 2017/05/04 14:17:30 self nit: removed
James Cook 2017/05/04 16:38:48 Huh?
msw 2017/05/04 19:05:57 ditto; maybe I should have written "nit: remove" o
+
namespace ash {
bool IsValidShelfItemType(int64_t type) {

Powered by Google App Engine
This is Rietveld 408576698