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

Unified Diff: chrome/browser/extensions/bookmark_app_helper.cc

Issue 2917013002: mash: Move ShelfModel* to ash/public/cpp. (Closed)
Patch Set: Initialize the AppList item title in ShelfController. 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/extensions/bookmark_app_helper.cc
diff --git a/chrome/browser/extensions/bookmark_app_helper.cc b/chrome/browser/extensions/bookmark_app_helper.cc
index 671c980ee7e6eb46ad5d7e00420fcbd1cd1ddd1b..111937288c3cb599dcc7f38e075587aefa02f71f 100644
--- a/chrome/browser/extensions/bookmark_app_helper.cc
+++ b/chrome/browser/extensions/bookmark_app_helper.cc
@@ -76,8 +76,8 @@
#endif // defined(OS_WIN)
#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
#endif
namespace {

Powered by Google App Engine
This is Rietveld 408576698