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

Unified Diff: chrome/browser/ui/views/apps/app_info_dialog/app_info_footer_panel.cc

Issue 2917013002: mash: Move ShelfModel* to ash/public/cpp. (Closed)
Patch Set: Comment on AppList item init. 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: chrome/browser/ui/views/apps/app_info_dialog/app_info_footer_panel.cc
diff --git a/chrome/browser/ui/views/apps/app_info_dialog/app_info_footer_panel.cc b/chrome/browser/ui/views/apps/app_info_dialog/app_info_footer_panel.cc
index c834d03af91b4a05901738307224373406e9d49c..d7584ee8e6cd3c312390f349cae7c9a371f49647 100644
--- a/chrome/browser/ui/views/apps/app_info_dialog/app_info_footer_panel.cc
+++ b/chrome/browser/ui/views/apps/app_info_dialog/app_info_footer_panel.cc
@@ -21,8 +21,8 @@
#include "ui/views/widget/widget.h"
#if defined(USE_ASH)
-#include "ash/shelf/shelf_model.h" // nogncheck
-#include "ash/shell.h" // nogncheck
+#include "ash/public/cpp/shelf_model.h" // nogncheck
+#include "ash/shell.h" // nogncheck
#include "chrome/browser/ui/ash/launcher/chrome_launcher_controller_util.h" // nogncheck
#endif

Powered by Google App Engine
This is Rietveld 408576698