Chromium Code Reviews| Index: ash/shelf/shelf_model_unittest.cc |
| diff --git a/ash/shelf/shelf_model_unittest.cc b/ash/shelf/shelf_model_unittest.cc |
| index 12177d7dd60336a9eaf00533fd1c24979229194d..2632123a3482f31810a9418ef63b0c789cb925a3 100644 |
| --- a/ash/shelf/shelf_model_unittest.cc |
| +++ b/ash/shelf/shelf_model_unittest.cc |
| @@ -15,6 +15,8 @@ namespace ash { |
| namespace { |
| +constexpr char kAppListId[] = "eiiblffaiacobmjejhcoookmokblahea"; |
|
msw
2017/05/05 23:54:55
nit: use the new jlfapfmkapbjlfbpjedlinehodkccjee
khmel
2017/05/06 01:10:40
Ohh :)
|
| + |
| // ShelfModelObserver implementation that tracks what message are invoked. |
| class TestShelfModelObserver : public ShelfModelObserver { |
| public: |
| @@ -69,7 +71,7 @@ class ShelfModelTest : public testing::Test { |
| ShelfItem item; |
| item.type = TYPE_APP_LIST; |
| - item.id = ShelfID("AppListId"); |
| + item.id = ShelfID(kAppListId); |
| model_->Add(item); |
| EXPECT_EQ(1, model_->item_count()); |