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

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

Issue 2734653002: chromeos: Move files in //ash/common to //ash (Closed)
Patch Set: fix a11y tests, fix docs Created 3 years, 10 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 b9a1be79723ab856be336872899ecc3e2316eb26..0e56187abbc271dd8e45b34e5c2fe3000c3c5efa 100644
--- a/chrome/browser/ui/views/task_manager_view.cc
+++ b/chrome/browser/ui/views/task_manager_view.cc
@@ -35,9 +35,9 @@
#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/window_properties.h" // nogncheck
#include "ash/resources/grit/ash_resources.h" // nogncheck
+#include "ash/shelf/shelf_item_types.h" // nogncheck
#include "ash/wm/window_util.h" // nogncheck
#include "chrome/browser/ui/ash/ash_util.h" // nogncheck
#include "ui/aura/client/aura_constants.h"

Powered by Google App Engine
This is Rietveld 408576698