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

Unified Diff: chrome/browser/ui/views/task_manager_view.cc

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: chrome/browser/ui/views/task_manager_view.cc
diff --git a/chrome/browser/ui/views/task_manager_view.cc b/chrome/browser/ui/views/task_manager_view.cc
index f583bcb23af7e09e49d085e0ab1399b8aa28f09c..885925a4c514a48a538268b36ace7688ce93e36b 100644
--- a/chrome/browser/ui/views/task_manager_view.cc
+++ b/chrome/browser/ui/views/task_manager_view.cc
@@ -36,7 +36,7 @@
#if defined(USE_ASH)
// Note: gn check complains here, despite the correct conditional //ash dep.
-#include "ash/common/shelf/shelf_item_types.h" // nogncheck
+#include "ash/public/cpp/shelf_item.h" // nogncheck
#include "ash/public/cpp/window_properties.h" // nogncheck
#include "ash/resources/grit/ash_resources.h" // nogncheck
#include "ash/wm/window_util.h" // nogncheck

Powered by Google App Engine
This is Rietveld 408576698